Shades of Dark Spring Green #02862C
Tints of Dark Spring Green #02862C
RGB
CMYK
RGB Variations
Color information
#02862C (or 0x02862C) is known color: Dark Spring Green. HEX triplet: 02, 86 and 2C. RGB value is (2,134,44). Sum of RGB (Red+Green+Blue) = 2+134+44=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 134 (52.73% from 255 or 74.44% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 134 - color contains mainly: green. Hex color #02862C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02862C is #FD79D3. Grayscale: #545454. Windows color (decimal): -16611796 or 2917890. OLE color: 2917890.
HSL color Cylindrical-coordinate representation of color #02862C: hue angle of 139.09º 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 #02862C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 44 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.47 |
| HSL | 139.09º | 0.97% | 0.27% | - |
| HSV(B) | 139.09º | 0.99% | 0.53% | - |
| XYZ | 9 | 17.24 | 5.24 | - |
| YUV | 84.27 | 105.27 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 44 | 0.99 | 0 | 0.67 | 0.47 | 139.09 | 0.97 | 0.27 |
| Hex | 2 | 86 | 2C | 63 | 0 | 43 | 2F | 8B | 61 | 1B |
| Octal | 2 | 206 | 54 | 143 | 0 | 103 | 57 | 213 | 141 | 33 |
| Binary | 10 | 10000110 | 101100 | 1100011 | 0 | 1000011 | 101111 | 10001011 | 1100001 | 11011 |
Color Harmonies of #02862C
Complementary color
Monochromatic Colors of #02862C
Black with #02862C
Text Example
Text Example
White with #02862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02862C; }
p { color: rgb(2,134,44); }
H1.HeaderClassName
{
color: #02862C;
}
.AnyTagClassName
{
color: #02862C;
}
</style>
background-color css
<style>
a { background-color: #02862C; }
a { background-color: rgb(2,134,44); }
div.DivClassName
{
background-color: #02862C;
}
.BgClassName
{
background-color: #02862C;
}
</style>
border-color css
<style>
span { border-color: #02862C; }
span { border-color: rgb(2,134,44); }
td.TdClassName
{
border-color: #02862C;
}
.TagClassName
{
border-color: #02862C;
}
</style>