Shades of Dark Spring Green #02812C
Tints of Dark Spring Green #02812C
RGB
CMYK
RGB Variations
Color information
#02812C (or 0x02812C) is known color: Dark Spring Green. HEX triplet: 02, 81 and 2C. RGB value is (2,129,44). Sum of RGB (Red+Green+Blue) = 2+129+44=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #02812C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02812C is #FD7ED3. Grayscale: #515151. Windows color (decimal): -16613076 or 2916610. OLE color: 2916610.
HSL color Cylindrical-coordinate representation of color #02812C: hue angle of 139.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02812C is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 44 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.49 |
| HSL | 139.84º | 0.97% | 0.26% | - |
| HSV(B) | 139.84º | 0.98% | 0.51% | - |
| XYZ | 8.33 | 15.9 | 5.01 | - |
| YUV | 81.34 | 106.92 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 44 | 0.98 | 0 | 0.66 | 0.49 | 139.84 | 0.97 | 0.26 |
| Hex | 2 | 81 | 2C | 62 | 0 | 42 | 31 | 8C | 61 | 1A |
| Octal | 2 | 201 | 54 | 142 | 0 | 102 | 61 | 214 | 141 | 32 |
| Binary | 10 | 10000001 | 101100 | 1100010 | 0 | 1000010 | 110001 | 10001100 | 1100001 | 11010 |
Color Harmonies of #02812C
Complementary color
Monochromatic Colors of #02812C
Black with #02812C
Text Example
Text Example
White with #02812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02812C; }
p { color: rgb(2,129,44); }
H1.HeaderClassName
{
color: #02812C;
}
.AnyTagClassName
{
color: #02812C;
}
</style>
background-color css
<style>
a { background-color: #02812C; }
a { background-color: rgb(2,129,44); }
div.DivClassName
{
background-color: #02812C;
}
.BgClassName
{
background-color: #02812C;
}
</style>
border-color css
<style>
span { border-color: #02812C; }
span { border-color: rgb(2,129,44); }
td.TdClassName
{
border-color: #02812C;
}
.TagClassName
{
border-color: #02812C;
}
</style>