Shades of Dark Spring Green #028A34
Tints of Dark Spring Green #028A34
RGB
CMYK
RGB Variations
Color information
#028A34 (or 0x028A34) is known color: Dark Spring Green. HEX triplet: 02, 8A and 34. RGB value is (2,138,52). Sum of RGB (Red+Green+Blue) = 2+138+52=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #028A34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A34 is #FD75CB. Grayscale: #575757. Windows color (decimal): -16610764 or 3443202. OLE color: 3443202.
HSL color Cylindrical-coordinate representation of color #028A34: hue angle of 142.06º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A34 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 138 | 52 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.46 |
| HSL | 142.06º | 0.97% | 0.27% | - |
| HSV(B) | 142.06º | 0.99% | 0.54% | - |
| XYZ | 9.73 | 18.44 | 6.29 | - |
| YUV | 87.53 | 107.94 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 52 | 0.99 | 0 | 0.62 | 0.46 | 142.06 | 0.97 | 0.27 |
| Hex | 2 | 8A | 34 | 63 | 0 | 3E | 2E | 8E | 61 | 1B |
| Octal | 2 | 212 | 64 | 143 | 0 | 76 | 56 | 216 | 141 | 33 |
| Binary | 10 | 10001010 | 110100 | 1100011 | 0 | 111110 | 101110 | 10001110 | 1100001 | 11011 |
Color Harmonies of #028A34
Complementary color
Monochromatic Colors of #028A34
Black with #028A34
Text Example
Text Example
White with #028A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028A34; }
p { color: rgb(2,138,52); }
H1.HeaderClassName
{
color: #028A34;
}
.AnyTagClassName
{
color: #028A34;
}
</style>
background-color css
<style>
a { background-color: #028A34; }
a { background-color: rgb(2,138,52); }
div.DivClassName
{
background-color: #028A34;
}
.BgClassName
{
background-color: #028A34;
}
</style>
border-color css
<style>
span { border-color: #028A34; }
span { border-color: rgb(2,138,52); }
td.TdClassName
{
border-color: #028A34;
}
.TagClassName
{
border-color: #028A34;
}
</style>