Shades of Dark Spring Green #02823D
Tints of Dark Spring Green #02823D
RGB
CMYK
RGB Variations
Color information
#02823D (or 0x02823D) is known color: Dark Spring Green. HEX triplet: 02, 82 and 3D. RGB value is (2,130,61). Sum of RGB (Red+Green+Blue) = 2+130+61=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #02823D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02823D is #FD7DC2. Grayscale: #545454. Windows color (decimal): -16612803 or 4030978. OLE color: 4030978.
HSL color Cylindrical-coordinate representation of color #02823D: hue angle of 147.66º 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 #02823D is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 61 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.49 |
| HSL | 147.66º | 0.97% | 0.26% | - |
| HSV(B) | 147.66º | 0.98% | 0.51% | - |
| XYZ | 8.85 | 16.32 | 7.1 | - |
| YUV | 83.86 | 115.09 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 61 | 0.98 | 0 | 0.53 | 0.49 | 147.66 | 0.97 | 0.26 |
| Hex | 2 | 82 | 3D | 62 | 0 | 35 | 31 | 94 | 61 | 1A |
| Octal | 2 | 202 | 75 | 142 | 0 | 65 | 61 | 224 | 141 | 32 |
| Binary | 10 | 10000010 | 111101 | 1100010 | 0 | 110101 | 110001 | 10010100 | 1100001 | 11010 |
Color Harmonies of #02823D
Complementary color
Monochromatic Colors of #02823D
Black with #02823D
Text Example
Text Example
White with #02823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02823D; }
p { color: rgb(2,130,61); }
H1.HeaderClassName
{
color: #02823D;
}
.AnyTagClassName
{
color: #02823D;
}
</style>
background-color css
<style>
a { background-color: #02823D; }
a { background-color: rgb(2,130,61); }
div.DivClassName
{
background-color: #02823D;
}
.BgClassName
{
background-color: #02823D;
}
</style>
border-color css
<style>
span { border-color: #02823D; }
span { border-color: rgb(2,130,61); }
td.TdClassName
{
border-color: #02823D;
}
.TagClassName
{
border-color: #02823D;
}
</style>