Shades of Dark Spring Green #028C30
Tints of Dark Spring Green #028C30
RGB
CMYK
RGB Variations
Color information
#028C30 (or 0x028C30) is known color: Dark Spring Green. HEX triplet: 02, 8C and 30. RGB value is (2,140,48). Sum of RGB (Red+Green+Blue) = 2+140+48=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 140 (55.08% from 255 or 73.68% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 140 - color contains mainly: green. Hex color #028C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C30 is #FD73CF. Grayscale: #585858. Windows color (decimal): -16610256 or 3181570. OLE color: 3181570.
HSL color Cylindrical-coordinate representation of color #028C30: hue angle of 140º 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 #028C30 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 48 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.45 |
| HSL | 140º | 0.97% | 0.28% | - |
| HSV(B) | 140º | 0.99% | 0.55% | - |
| XYZ | 9.94 | 18.98 | 5.94 | - |
| YUV | 88.25 | 105.28 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 48 | 0.99 | 0 | 0.66 | 0.45 | 140 | 0.97 | 0.28 |
| Hex | 2 | 8C | 30 | 63 | 0 | 42 | 2D | 8C | 61 | 1C |
| Octal | 2 | 214 | 60 | 143 | 0 | 102 | 55 | 214 | 141 | 34 |
| Binary | 10 | 10001100 | 110000 | 1100011 | 0 | 1000010 | 101101 | 10001100 | 1100001 | 11100 |
Color Harmonies of #028C30
Complementary color
Monochromatic Colors of #028C30
Black with #028C30
Text Example
Text Example
White with #028C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C30; }
p { color: rgb(2,140,48); }
H1.HeaderClassName
{
color: #028C30;
}
.AnyTagClassName
{
color: #028C30;
}
</style>
background-color css
<style>
a { background-color: #028C30; }
a { background-color: rgb(2,140,48); }
div.DivClassName
{
background-color: #028C30;
}
.BgClassName
{
background-color: #028C30;
}
</style>
border-color css
<style>
span { border-color: #028C30; }
span { border-color: rgb(2,140,48); }
td.TdClassName
{
border-color: #028C30;
}
.TagClassName
{
border-color: #028C30;
}
</style>