Shades of Dark Spring Green #02882F
Tints of Dark Spring Green #02882F
RGB
CMYK
RGB Variations
Color information
#02882F (or 0x02882F) is known color: Dark Spring Green. HEX triplet: 02, 88 and 2F. RGB value is (2,136,47). Sum of RGB (Red+Green+Blue) = 2+136+47=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #02882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02882F is #FD77D0. Grayscale: #565656. Windows color (decimal): -16611281 or 3115010. OLE color: 3115010.
HSL color Cylindrical-coordinate representation of color #02882F: hue angle of 140.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02882F is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 47 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.47 |
| HSL | 140.15º | 0.97% | 0.27% | - |
| HSV(B) | 140.15º | 0.99% | 0.53% | - |
| XYZ | 9.34 | 17.83 | 5.64 | - |
| YUV | 85.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 47 | 0.99 | 0 | 0.65 | 0.47 | 140.15 | 0.97 | 0.27 |
| Hex | 2 | 88 | 2F | 63 | 0 | 41 | 2F | 8C | 61 | 1B |
| Octal | 2 | 210 | 57 | 143 | 0 | 101 | 57 | 214 | 141 | 33 |
| Binary | 10 | 10001000 | 101111 | 1100011 | 0 | 1000001 | 101111 | 10001100 | 1100001 | 11011 |
Color Harmonies of #02882F
Complementary color
Monochromatic Colors of #02882F
Black with #02882F
Text Example
Text Example
White with #02882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02882F; }
p { color: rgb(2,136,47); }
H1.HeaderClassName
{
color: #02882F;
}
.AnyTagClassName
{
color: #02882F;
}
</style>
background-color css
<style>
a { background-color: #02882F; }
a { background-color: rgb(2,136,47); }
div.DivClassName
{
background-color: #02882F;
}
.BgClassName
{
background-color: #02882F;
}
</style>
border-color css
<style>
span { border-color: #02882F; }
span { border-color: rgb(2,136,47); }
td.TdClassName
{
border-color: #02882F;
}
.TagClassName
{
border-color: #02882F;
}
</style>