Shades of Dark Spring Green #09852F
Tints of Dark Spring Green #09852F
RGB
CMYK
RGB Variations
Color information
#09852F (or 0x09852F) is known color: Dark Spring Green. HEX triplet: 09, 85 and 2F. RGB value is (9,133,47). Sum of RGB (Red+Green+Blue) = 9+133+47=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #09852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09852F is #F67AD0. Grayscale: #565656. Windows color (decimal): -16153297 or 3114249. OLE color: 3114249.
HSL color Cylindrical-coordinate representation of color #09852F: hue angle of 138.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09852F is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 47 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.48 |
| HSL | 138.39º | 0.87% | 0.28% | - |
| HSV(B) | 138.39º | 0.93% | 0.52% | - |
| XYZ | 9.01 | 17.04 | 5.5 | - |
| YUV | 86.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 47 | 0.93 | 0 | 0.65 | 0.48 | 138.39 | 0.87 | 0.28 |
| Hex | 9 | 85 | 2F | 5D | 0 | 41 | 30 | 8A | 57 | 1C |
| Octal | 11 | 205 | 57 | 135 | 0 | 101 | 60 | 212 | 127 | 34 |
| Binary | 1001 | 10000101 | 101111 | 1011101 | 0 | 1000001 | 110000 | 10001010 | 1010111 | 11100 |
Color Harmonies of #09852F
Complementary color
Monochromatic Colors of #09852F
Black with #09852F
Text Example
Text Example
White with #09852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09852F; }
p { color: rgb(9,133,47); }
H1.HeaderClassName
{
color: #09852F;
}
.AnyTagClassName
{
color: #09852F;
}
</style>
background-color css
<style>
a { background-color: #09852F; }
a { background-color: rgb(9,133,47); }
div.DivClassName
{
background-color: #09852F;
}
.BgClassName
{
background-color: #09852F;
}
</style>
border-color css
<style>
span { border-color: #09852F; }
span { border-color: rgb(9,133,47); }
td.TdClassName
{
border-color: #09852F;
}
.TagClassName
{
border-color: #09852F;
}
</style>