Shades of Dark Spring Green #0F8B34
Tints of Dark Spring Green #0F8B34
RGB
CMYK
RGB Variations
Color information
#0F8B34 (or 0x0F8B34) is known color: Dark Spring Green. HEX triplet: 0F, 8B and 34. RGB value is (15,139,52). Sum of RGB (Red+Green+Blue) = 15+139+52=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8B34 is #F074CB. Grayscale: #5C5C5C. Windows color (decimal): -15758540 or 3443471. OLE color: 3443471.
HSL color Cylindrical-coordinate representation of color #0F8B34: hue angle of 137.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B34 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 139 | 52 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.45 |
| HSL | 137.9º | 0.81% | 0.3% | - |
| HSV(B) | 137.9º | 0.89% | 0.55% | - |
| XYZ | 10.05 | 18.81 | 6.35 | - |
| YUV | 92.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 52 | 0.89 | 0 | 0.63 | 0.45 | 137.9 | 0.81 | 0.3 |
| Hex | F | 8B | 34 | 59 | 0 | 3F | 2D | 8A | 51 | 1E |
| Octal | 17 | 213 | 64 | 131 | 0 | 77 | 55 | 212 | 121 | 36 |
| Binary | 1111 | 10001011 | 110100 | 1011001 | 0 | 111111 | 101101 | 10001010 | 1010001 | 11110 |
Color Harmonies of #0F8B34
Complementary color
Monochromatic Colors of #0F8B34
Black with #0F8B34
Text Example
Text Example
White with #0F8B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8B34; }
p { color: rgb(15,139,52); }
H1.HeaderClassName
{
color: #0F8B34;
}
.AnyTagClassName
{
color: #0F8B34;
}
</style>
background-color css
<style>
a { background-color: #0F8B34; }
a { background-color: rgb(15,139,52); }
div.DivClassName
{
background-color: #0F8B34;
}
.BgClassName
{
background-color: #0F8B34;
}
</style>
border-color css
<style>
span { border-color: #0F8B34; }
span { border-color: rgb(15,139,52); }
td.TdClassName
{
border-color: #0F8B34;
}
.TagClassName
{
border-color: #0F8B34;
}
</style>