Shades of Dark Spring Green #028C2F
Tints of Dark Spring Green #028C2F
RGB
CMYK
RGB Variations
Color information
#028C2F (or 0x028C2F) is known color: Dark Spring Green. HEX triplet: 02, 8C and 2F. RGB value is (2,140,47). Sum of RGB (Red+Green+Blue) = 2+140+47=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 140 (55.08% from 255 or 74.07% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 140 - color contains mainly: green. Hex color #028C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C2F is #FD73D0. Grayscale: #585858. Windows color (decimal): -16610257 or 3116034. OLE color: 3116034.
HSL color Cylindrical-coordinate representation of color #028C2F: hue angle of 139.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C2F is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 47 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.45 |
| HSL | 139.57º | 0.97% | 0.28% | - |
| HSV(B) | 139.57º | 0.99% | 0.55% | - |
| XYZ | 9.92 | 18.97 | 5.83 | - |
| YUV | 88.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 47 | 0.99 | 0 | 0.66 | 0.45 | 139.57 | 0.97 | 0.28 |
| Hex | 2 | 8C | 2F | 63 | 0 | 42 | 2D | 8C | 61 | 1C |
| Octal | 2 | 214 | 57 | 143 | 0 | 102 | 55 | 214 | 141 | 34 |
| Binary | 10 | 10001100 | 101111 | 1100011 | 0 | 1000010 | 101101 | 10001100 | 1100001 | 11100 |
Color Harmonies of #028C2F
Complementary color
Monochromatic Colors of #028C2F
Black with #028C2F
Text Example
Text Example
White with #028C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C2F; }
p { color: rgb(2,140,47); }
H1.HeaderClassName
{
color: #028C2F;
}
.AnyTagClassName
{
color: #028C2F;
}
</style>
background-color css
<style>
a { background-color: #028C2F; }
a { background-color: rgb(2,140,47); }
div.DivClassName
{
background-color: #028C2F;
}
.BgClassName
{
background-color: #028C2F;
}
</style>
border-color css
<style>
span { border-color: #028C2F; }
span { border-color: rgb(2,140,47); }
td.TdClassName
{
border-color: #028C2F;
}
.TagClassName
{
border-color: #028C2F;
}
</style>