Shades of Dark Spring Green #00812D
Tints of Dark Spring Green #00812D
RGB
CMYK
RGB Variations
Color information
#00812D (or 0x00812D) is known color: Dark Spring Green. HEX triplet: 00, 81 and 2D. RGB value is (0,129,45). Sum of RGB (Red+Green+Blue) = 0+129+45=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 129 (50.78% from 255 or 74.14% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 129 - color contains mainly: green. Hex color #00812D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00812D is #FF7ED2. Grayscale: #515151. Windows color (decimal): -16744147 or 2982144. OLE color: 2982144.
HSL color Cylindrical-coordinate representation of color #00812D: hue angle of 140.93º 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 #00812D is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 45 | - |
| CMYK | 1 | 0 | 0.65 | 0.49 |
| HSL | 140.93º | 1% | 0.25% | - |
| HSV(B) | 140.93º | 1% | 0.51% | - |
| XYZ | 8.32 | 15.89 | 5.11 | - |
| YUV | 80.85 | 107.76 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 45 | 1 | 0 | 0.65 | 0.49 | 140.93 | 1 | 0.25 |
| Hex | 0 | 81 | 2D | 64 | 0 | 41 | 31 | 8D | 64 | 19 |
| Octal | 0 | 201 | 55 | 144 | 0 | 101 | 61 | 215 | 144 | 31 |
| Binary | 0 | 10000001 | 101101 | 1100100 | 0 | 1000001 | 110001 | 10001101 | 1100100 | 11001 |
Color Harmonies of #00812D
Complementary color
Monochromatic Colors of #00812D
Black with #00812D
Text Example
Text Example
White with #00812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00812D; }
p { color: rgb(0,129,45); }
H1.HeaderClassName
{
color: #00812D;
}
.AnyTagClassName
{
color: #00812D;
}
</style>
background-color css
<style>
a { background-color: #00812D; }
a { background-color: rgb(0,129,45); }
div.DivClassName
{
background-color: #00812D;
}
.BgClassName
{
background-color: #00812D;
}
</style>
border-color css
<style>
span { border-color: #00812D; }
span { border-color: rgb(0,129,45); }
td.TdClassName
{
border-color: #00812D;
}
.TagClassName
{
border-color: #00812D;
}
</style>