Shades of Dark Spring Green #028534
Tints of Dark Spring Green #028534
RGB
CMYK
RGB Variations
Color information
#028534 (or 0x028534) is known color: Dark Spring Green. HEX triplet: 02, 85 and 34. RGB value is (2,133,52). Sum of RGB (Red+Green+Blue) = 2+133+52=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #028534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028534 is #FD7ACB. Grayscale: #545454. Windows color (decimal): -16612044 or 3441922. OLE color: 3441922.
HSL color Cylindrical-coordinate representation of color #028534: hue angle of 142.9º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028534 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 133 | 52 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.48 |
| HSL | 142.9º | 0.97% | 0.26% | - |
| HSV(B) | 142.9º | 0.98% | 0.52% | - |
| XYZ | 9.03 | 17.04 | 6.06 | - |
| YUV | 84.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 52 | 0.98 | 0 | 0.61 | 0.48 | 142.9 | 0.97 | 0.26 |
| Hex | 2 | 85 | 34 | 62 | 0 | 3D | 30 | 8F | 61 | 1A |
| Octal | 2 | 205 | 64 | 142 | 0 | 75 | 60 | 217 | 141 | 32 |
| Binary | 10 | 10000101 | 110100 | 1100010 | 0 | 111101 | 110000 | 10001111 | 1100001 | 11010 |
Color Harmonies of #028534
Complementary color
Monochromatic Colors of #028534
Black with #028534
Text Example
Text Example
White with #028534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028534; }
p { color: rgb(2,133,52); }
H1.HeaderClassName
{
color: #028534;
}
.AnyTagClassName
{
color: #028534;
}
</style>
background-color css
<style>
a { background-color: #028534; }
a { background-color: rgb(2,133,52); }
div.DivClassName
{
background-color: #028534;
}
.BgClassName
{
background-color: #028534;
}
</style>
border-color css
<style>
span { border-color: #028534; }
span { border-color: rgb(2,133,52); }
td.TdClassName
{
border-color: #028534;
}
.TagClassName
{
border-color: #028534;
}
</style>