Shades of Dark Spring Green #00812B
Tints of Dark Spring Green #00812B
RGB
CMYK
RGB Variations
Color information
#00812B (or 0x00812B) is known color: Dark Spring Green. HEX triplet: 00, 81 and 2B. RGB value is (0,129,43). Sum of RGB (Red+Green+Blue) = 0+129+43=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #00812B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00812B is #FF7ED4. Grayscale: #505050. Windows color (decimal): -16744149 or 2851072. OLE color: 2851072.
HSL color Cylindrical-coordinate representation of color #00812B: hue angle of 140º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00812B is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 43 | - |
| CMYK | 1 | 0 | 0.67 | 0.49 |
| HSL | 140º | 1% | 0.25% | - |
| HSV(B) | 140º | 1% | 0.51% | - |
| XYZ | 8.29 | 15.87 | 4.91 | - |
| YUV | 80.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 43 | 1 | 0 | 0.67 | 0.49 | 140 | 1 | 0.25 |
| Hex | 0 | 81 | 2B | 64 | 0 | 43 | 31 | 8C | 64 | 19 |
| Octal | 0 | 201 | 53 | 144 | 0 | 103 | 61 | 214 | 144 | 31 |
| Binary | 0 | 10000001 | 101011 | 1100100 | 0 | 1000011 | 110001 | 10001100 | 1100100 | 11001 |
Color Harmonies of #00812B
Complementary color
Monochromatic Colors of #00812B
Black with #00812B
Text Example
Text Example
White with #00812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00812B; }
p { color: rgb(0,129,43); }
H1.HeaderClassName
{
color: #00812B;
}
.AnyTagClassName
{
color: #00812B;
}
</style>
background-color css
<style>
a { background-color: #00812B; }
a { background-color: rgb(0,129,43); }
div.DivClassName
{
background-color: #00812B;
}
.BgClassName
{
background-color: #00812B;
}
</style>
border-color css
<style>
span { border-color: #00812B; }
span { border-color: rgb(0,129,43); }
td.TdClassName
{
border-color: #00812B;
}
.TagClassName
{
border-color: #00812B;
}
</style>