Shades of Dark Spring Green #07852F
Tints of Dark Spring Green #07852F
RGB
CMYK
RGB Variations
Color information
#07852F (or 0x07852F) is known color: Dark Spring Green. HEX triplet: 07, 85 and 2F. RGB value is (7,133,47). Sum of RGB (Red+Green+Blue) = 7+133+47=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #07852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07852F is #F87AD0. Grayscale: #555555. Windows color (decimal): -16284369 or 3114247. OLE color: 3114247.
HSL color Cylindrical-coordinate representation of color #07852F: hue angle of 139.05º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07852F is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 47 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.48 |
| HSL | 139.05º | 0.9% | 0.27% | - |
| HSV(B) | 139.05º | 0.95% | 0.52% | - |
| XYZ | 8.99 | 17.03 | 5.5 | - |
| YUV | 85.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 47 | 0.95 | 0 | 0.65 | 0.48 | 139.05 | 0.9 | 0.27 |
| Hex | 7 | 85 | 2F | 5F | 0 | 41 | 30 | 8B | 5A | 1B |
| Octal | 7 | 205 | 57 | 137 | 0 | 101 | 60 | 213 | 132 | 33 |
| Binary | 111 | 10000101 | 101111 | 1011111 | 0 | 1000001 | 110000 | 10001011 | 1011010 | 11011 |
Color Harmonies of #07852F
Complementary color
Monochromatic Colors of #07852F
Black with #07852F
Text Example
Text Example
White with #07852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07852F; }
p { color: rgb(7,133,47); }
H1.HeaderClassName
{
color: #07852F;
}
.AnyTagClassName
{
color: #07852F;
}
</style>
background-color css
<style>
a { background-color: #07852F; }
a { background-color: rgb(7,133,47); }
div.DivClassName
{
background-color: #07852F;
}
.BgClassName
{
background-color: #07852F;
}
</style>
border-color css
<style>
span { border-color: #07852F; }
span { border-color: rgb(7,133,47); }
td.TdClassName
{
border-color: #07852F;
}
.TagClassName
{
border-color: #07852F;
}
</style>