Shades of Dark Spring Green #02813E
Tints of Dark Spring Green #02813E
RGB
CMYK
RGB Variations
Color information
#02813E (or 0x02813E) is known color: Dark Spring Green. HEX triplet: 02, 81 and 3E. RGB value is (2,129,62). Sum of RGB (Red+Green+Blue) = 2+129+62=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 129 (50.78% from 255 or 66.84% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 129 - color contains mainly: green. Hex color #02813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02813E is #FD7EC1. Grayscale: #535353. Windows color (decimal): -16613058 or 4096258. OLE color: 4096258.
HSL color Cylindrical-coordinate representation of color #02813E: hue angle of 148.35º 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 #02813E is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 62 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.49 |
| HSL | 148.35º | 0.97% | 0.26% | - |
| HSV(B) | 148.35º | 0.98% | 0.51% | - |
| XYZ | 8.74 | 16.06 | 7.2 | - |
| YUV | 83.39 | 115.92 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 62 | 0.98 | 0 | 0.52 | 0.49 | 148.35 | 0.97 | 0.26 |
| Hex | 2 | 81 | 3E | 62 | 0 | 34 | 31 | 94 | 61 | 1A |
| Octal | 2 | 201 | 76 | 142 | 0 | 64 | 61 | 224 | 141 | 32 |
| Binary | 10 | 10000001 | 111110 | 1100010 | 0 | 110100 | 110001 | 10010100 | 1100001 | 11010 |
Color Harmonies of #02813E
Complementary color
Monochromatic Colors of #02813E
Black with #02813E
Text Example
Text Example
White with #02813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02813E; }
p { color: rgb(2,129,62); }
H1.HeaderClassName
{
color: #02813E;
}
.AnyTagClassName
{
color: #02813E;
}
</style>
background-color css
<style>
a { background-color: #02813E; }
a { background-color: rgb(2,129,62); }
div.DivClassName
{
background-color: #02813E;
}
.BgClassName
{
background-color: #02813E;
}
</style>
border-color css
<style>
span { border-color: #02813E; }
span { border-color: rgb(2,129,62); }
td.TdClassName
{
border-color: #02813E;
}
.TagClassName
{
border-color: #02813E;
}
</style>