Shades of Dark Spring Green #00852E
Tints of Dark Spring Green #00852E
RGB
CMYK
RGB Variations
Color information
#00852E (or 0x00852E) is known color: Dark Spring Green. HEX triplet: 00, 85 and 2E. RGB value is (0,133,46). Sum of RGB (Red+Green+Blue) = 0+133+46=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #00852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00852E is #FF7AD1. Grayscale: #535353. Windows color (decimal): -16743122 or 3048704. OLE color: 3048704.
HSL color Cylindrical-coordinate representation of color #00852E: hue angle of 140.75º 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 #00852E is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 46 | - |
| CMYK | 1 | 0 | 0.65 | 0.48 |
| HSL | 140.75º | 1% | 0.26% | - |
| HSV(B) | 140.75º | 1% | 0.52% | - |
| XYZ | 8.88 | 16.97 | 5.39 | - |
| YUV | 83.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 46 | 1 | 0 | 0.65 | 0.48 | 140.75 | 1 | 0.26 |
| Hex | 0 | 85 | 2E | 64 | 0 | 41 | 30 | 8D | 64 | 1A |
| Octal | 0 | 205 | 56 | 144 | 0 | 101 | 60 | 215 | 144 | 32 |
| Binary | 0 | 10000101 | 101110 | 1100100 | 0 | 1000001 | 110000 | 10001101 | 1100100 | 11010 |
Color Harmonies of #00852E
Complementary color
Monochromatic Colors of #00852E
Black with #00852E
Text Example
Text Example
White with #00852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00852E; }
p { color: rgb(0,133,46); }
H1.HeaderClassName
{
color: #00852E;
}
.AnyTagClassName
{
color: #00852E;
}
</style>
background-color css
<style>
a { background-color: #00852E; }
a { background-color: rgb(0,133,46); }
div.DivClassName
{
background-color: #00852E;
}
.BgClassName
{
background-color: #00852E;
}
</style>
border-color css
<style>
span { border-color: #00852E; }
span { border-color: rgb(0,133,46); }
td.TdClassName
{
border-color: #00852E;
}
.TagClassName
{
border-color: #00852E;
}
</style>