Shades of Dark Spring Green #00852F
Tints of Dark Spring Green #00852F
RGB
CMYK
RGB Variations
Color information
#00852F (or 0x00852F) is known color: Dark Spring Green. HEX triplet: 00, 85 and 2F. RGB value is (0,133,47). Sum of RGB (Red+Green+Blue) = 0+133+47=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #00852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00852F is #FF7AD0. Grayscale: #535353. Windows color (decimal): -16743121 or 3114240. OLE color: 3114240.
HSL color Cylindrical-coordinate representation of color #00852F: hue angle of 141.2º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00852F is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 47 | - |
| CMYK | 1 | 0 | 0.65 | 0.48 |
| HSL | 141.2º | 1% | 0.26% | - |
| HSV(B) | 141.2º | 1% | 0.52% | - |
| XYZ | 8.9 | 16.98 | 5.5 | - |
| YUV | 83.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 47 | 1 | 0 | 0.65 | 0.48 | 141.2 | 1 | 0.26 |
| Hex | 0 | 85 | 2F | 64 | 0 | 41 | 30 | 8D | 64 | 1A |
| Octal | 0 | 205 | 57 | 144 | 0 | 101 | 60 | 215 | 144 | 32 |
| Binary | 0 | 10000101 | 101111 | 1100100 | 0 | 1000001 | 110000 | 10001101 | 1100100 | 11010 |
Color Harmonies of #00852F
Complementary color
Monochromatic Colors of #00852F
Black with #00852F
Text Example
Text Example
White with #00852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00852F; }
p { color: rgb(0,133,47); }
H1.HeaderClassName
{
color: #00852F;
}
.AnyTagClassName
{
color: #00852F;
}
</style>
background-color css
<style>
a { background-color: #00852F; }
a { background-color: rgb(0,133,47); }
div.DivClassName
{
background-color: #00852F;
}
.BgClassName
{
background-color: #00852F;
}
</style>
border-color css
<style>
span { border-color: #00852F; }
span { border-color: rgb(0,133,47); }
td.TdClassName
{
border-color: #00852F;
}
.TagClassName
{
border-color: #00852F;
}
</style>