Shades of Dark Pastel Green #0FB930
Tints of Dark Pastel Green #0FB930
RGB
CMYK
RGB Variations
Color information
#0FB930 (or 0x0FB930) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 30. RGB value is (15,185,48). Sum of RGB (Red+Green+Blue) = 15+185+48=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 185 (72.66% from 255 or 74.60% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB930 is #F046CF. Grayscale: #767676. Windows color (decimal): -15746768 or 3193103. OLE color: 3193103.
HSL color Cylindrical-coordinate representation of color #0FB930: hue angle of 131.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB930 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
RGB | 15 | 185 | 48 | - |
CMYK | 0.92 | 0 | 0.74 | 0.27 |
HSL | 131.65º | 0.85% | 0.39% | - |
HSV(B) | 131.65º | 0.92% | 0.73% | - |
XYZ | 18.08 | 35.01 | 8.6 | - |
YUV | 118.55 | 88.18 | 54.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 185 | 48 | 0.92 | 0 | 0.74 | 0.27 | 131.65 | 0.85 | 0.39 |
Hex | F | B9 | 30 | 5C | 0 | 4A | 1B | 84 | 55 | 27 |
Octal | 17 | 271 | 60 | 134 | 0 | 112 | 33 | 204 | 125 | 47 |
Binary | 1111 | 10111001 | 110000 | 1011100 | 0 | 1001010 | 11011 | 10000100 | 1010101 | 100111 |
Color Harmonies of #0FB930
Complementary color
Monochromatic Colors of #0FB930
Black with #0FB930
Text Example
Text Example
White with #0FB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB930; }
p { color: rgb(15,185,48); }
H1.HeaderClassName
{
color: #0FB930;
}
.AnyTagClassName
{
color: #0FB930;
}
</style>
background-color css
<style>
a { background-color: #0FB930; }
a { background-color: rgb(15,185,48); }
div.DivClassName
{
background-color: #0FB930;
}
.BgClassName
{
background-color: #0FB930;
}
</style>
border-color css
<style>
span { border-color: #0FB930; }
span { border-color: rgb(15,185,48); }
td.TdClassName
{
border-color: #0FB930;
}
.TagClassName
{
border-color: #0FB930;
}
</style>