Shades of Dark Spring Green #00822C
Tints of Dark Spring Green #00822C
RGB
CMYK
RGB Variations
Color information
#00822C (or 0x00822C) is known color: Dark Spring Green. HEX triplet: 00, 82 and 2C. RGB value is (0,130,44). Sum of RGB (Red+Green+Blue) = 0+130+44=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #00822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00822C is #FF7DD3. Grayscale: #515151. Windows color (decimal): -16743892 or 2916864. OLE color: 2916864.
HSL color Cylindrical-coordinate representation of color #00822C: hue angle of 140.31º 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 #00822C is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 44 | - |
| CMYK | 1 | 0 | 0.66 | 0.49 |
| HSL | 140.31º | 1% | 0.25% | - |
| HSV(B) | 140.31º | 1% | 0.51% | - |
| XYZ | 8.44 | 16.15 | 5.05 | - |
| YUV | 81.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 44 | 1 | 0 | 0.66 | 0.49 | 140.31 | 1 | 0.25 |
| Hex | 0 | 82 | 2C | 64 | 0 | 42 | 31 | 8C | 64 | 19 |
| Octal | 0 | 202 | 54 | 144 | 0 | 102 | 61 | 214 | 144 | 31 |
| Binary | 0 | 10000010 | 101100 | 1100100 | 0 | 1000010 | 110001 | 10001100 | 1100100 | 11001 |
Color Harmonies of #00822C
Complementary color
Monochromatic Colors of #00822C
Black with #00822C
Text Example
Text Example
White with #00822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00822C; }
p { color: rgb(0,130,44); }
H1.HeaderClassName
{
color: #00822C;
}
.AnyTagClassName
{
color: #00822C;
}
</style>
background-color css
<style>
a { background-color: #00822C; }
a { background-color: rgb(0,130,44); }
div.DivClassName
{
background-color: #00822C;
}
.BgClassName
{
background-color: #00822C;
}
</style>
border-color css
<style>
span { border-color: #00822C; }
span { border-color: rgb(0,130,44); }
td.TdClassName
{
border-color: #00822C;
}
.TagClassName
{
border-color: #00822C;
}
</style>