Shades of Dark Spring Green #02773D
Tints of Dark Spring Green #02773D
RGB
CMYK
RGB Variations
Color information
#02773D (or 0x02773D) is known color: Dark Spring Green. HEX triplet: 02, 77 and 3D. RGB value is (2,119,61). Sum of RGB (Red+Green+Blue) = 2+119+61=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #02773D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02773D is #FD88C2. Grayscale: #4D4D4D. Windows color (decimal): -16615619 or 4028162. OLE color: 4028162.
HSL color Cylindrical-coordinate representation of color #02773D: hue angle of 150.26º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02773D is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 119 | 61 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.53 |
| HSL | 150.26º | 0.97% | 0.24% | - |
| HSV(B) | 150.26º | 0.98% | 0.47% | - |
| XYZ | 7.46 | 13.54 | 6.64 | - |
| YUV | 77.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 61 | 0.98 | 0 | 0.49 | 0.53 | 150.26 | 0.97 | 0.24 |
| Hex | 2 | 77 | 3D | 62 | 0 | 31 | 35 | 96 | 61 | 18 |
| Octal | 2 | 167 | 75 | 142 | 0 | 61 | 65 | 226 | 141 | 30 |
| Binary | 10 | 1110111 | 111101 | 1100010 | 0 | 110001 | 110101 | 10010110 | 1100001 | 11000 |
Color Harmonies of #02773D
Complementary color
Monochromatic Colors of #02773D
Black with #02773D
Text Example
Text Example
White with #02773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02773D; }
p { color: rgb(2,119,61); }
H1.HeaderClassName
{
color: #02773D;
}
.AnyTagClassName
{
color: #02773D;
}
</style>
background-color css
<style>
a { background-color: #02773D; }
a { background-color: rgb(2,119,61); }
div.DivClassName
{
background-color: #02773D;
}
.BgClassName
{
background-color: #02773D;
}
</style>
border-color css
<style>
span { border-color: #02773D; }
span { border-color: rgb(2,119,61); }
td.TdClassName
{
border-color: #02773D;
}
.TagClassName
{
border-color: #02773D;
}
</style>