Shades of Dark Spring Green #02823B
Tints of Dark Spring Green #02823B
RGB
CMYK
RGB Variations
Color information
#02823B (or 0x02823B) is known color: Dark Spring Green. HEX triplet: 02, 82 and 3B. RGB value is (2,130,59). Sum of RGB (Red+Green+Blue) = 2+130+59=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #02823B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02823B is #FD7DC4. Grayscale: #535353. Windows color (decimal): -16612805 or 3899906. OLE color: 3899906.
HSL color Cylindrical-coordinate representation of color #02823B: hue angle of 146.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02823B is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 59 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.49 |
| HSL | 146.72º | 0.97% | 0.26% | - |
| HSV(B) | 146.72º | 0.98% | 0.51% | - |
| XYZ | 8.8 | 16.29 | 6.82 | - |
| YUV | 83.63 | 114.09 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 59 | 0.98 | 0 | 0.55 | 0.49 | 146.72 | 0.97 | 0.26 |
| Hex | 2 | 82 | 3B | 62 | 0 | 37 | 31 | 93 | 61 | 1A |
| Octal | 2 | 202 | 73 | 142 | 0 | 67 | 61 | 223 | 141 | 32 |
| Binary | 10 | 10000010 | 111011 | 1100010 | 0 | 110111 | 110001 | 10010011 | 1100001 | 11010 |
Color Harmonies of #02823B
Complementary color
Monochromatic Colors of #02823B
Black with #02823B
Text Example
Text Example
White with #02823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02823B; }
p { color: rgb(2,130,59); }
H1.HeaderClassName
{
color: #02823B;
}
.AnyTagClassName
{
color: #02823B;
}
</style>
background-color css
<style>
a { background-color: #02823B; }
a { background-color: rgb(2,130,59); }
div.DivClassName
{
background-color: #02823B;
}
.BgClassName
{
background-color: #02823B;
}
</style>
border-color css
<style>
span { border-color: #02823B; }
span { border-color: rgb(2,130,59); }
td.TdClassName
{
border-color: #02823B;
}
.TagClassName
{
border-color: #02823B;
}
</style>