Shades of Dark Spring Green #02813C
Tints of Dark Spring Green #02813C
RGB
CMYK
RGB Variations
Color information
#02813C (or 0x02813C) is known color: Dark Spring Green. HEX triplet: 02, 81 and 3C. RGB value is (2,129,60). Sum of RGB (Red+Green+Blue) = 2+129+60=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 129 (50.78% from 255 or 67.54% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 129 - color contains mainly: green. Hex color #02813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02813C is #FD7EC3. Grayscale: #535353. Windows color (decimal): -16613060 or 3965186. OLE color: 3965186.
HSL color Cylindrical-coordinate representation of color #02813C: hue angle of 147.4º 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 #02813C is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 60 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.49 |
| HSL | 147.4º | 0.97% | 0.26% | - |
| HSV(B) | 147.4º | 0.98% | 0.51% | - |
| XYZ | 8.69 | 16.04 | 6.91 | - |
| YUV | 83.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 60 | 0.98 | 0 | 0.53 | 0.49 | 147.4 | 0.97 | 0.26 |
| Hex | 2 | 81 | 3C | 62 | 0 | 35 | 31 | 93 | 61 | 1A |
| Octal | 2 | 201 | 74 | 142 | 0 | 65 | 61 | 223 | 141 | 32 |
| Binary | 10 | 10000001 | 111100 | 1100010 | 0 | 110101 | 110001 | 10010011 | 1100001 | 11010 |
Color Harmonies of #02813C
Complementary color
Monochromatic Colors of #02813C
Black with #02813C
Text Example
Text Example
White with #02813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02813C; }
p { color: rgb(2,129,60); }
H1.HeaderClassName
{
color: #02813C;
}
.AnyTagClassName
{
color: #02813C;
}
</style>
background-color css
<style>
a { background-color: #02813C; }
a { background-color: rgb(2,129,60); }
div.DivClassName
{
background-color: #02813C;
}
.BgClassName
{
background-color: #02813C;
}
</style>
border-color css
<style>
span { border-color: #02813C; }
span { border-color: rgb(2,129,60); }
td.TdClassName
{
border-color: #02813C;
}
.TagClassName
{
border-color: #02813C;
}
</style>