Shades of Dark Spring Green #027B3C
Tints of Dark Spring Green #027B3C
RGB
CMYK
RGB Variations
Color information
#027B3C (or 0x027B3C) is known color: Dark Spring Green. HEX triplet: 02, 7B and 3C. RGB value is (2,123,60). Sum of RGB (Red+Green+Blue) = 2+123+60=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #027B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B3C is #FD84C3. Grayscale: #4F4F4F. Windows color (decimal): -16614596 or 3963650. OLE color: 3963650.
HSL color Cylindrical-coordinate representation of color #027B3C: hue angle of 148.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B3C is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 123 | 60 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.52 |
| HSL | 148.76º | 0.97% | 0.25% | - |
| HSV(B) | 148.76º | 0.98% | 0.48% | - |
| XYZ | 7.92 | 14.51 | 6.66 | - |
| YUV | 79.64 | 116.91 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 60 | 0.98 | 0 | 0.51 | 0.52 | 148.76 | 0.97 | 0.25 |
| Hex | 2 | 7B | 3C | 62 | 0 | 33 | 34 | 95 | 61 | 19 |
| Octal | 2 | 173 | 74 | 142 | 0 | 63 | 64 | 225 | 141 | 31 |
| Binary | 10 | 1111011 | 111100 | 1100010 | 0 | 110011 | 110100 | 10010101 | 1100001 | 11001 |
Color Harmonies of #027B3C
Complementary color
Monochromatic Colors of #027B3C
Black with #027B3C
Text Example
Text Example
White with #027B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B3C; }
p { color: rgb(2,123,60); }
H1.HeaderClassName
{
color: #027B3C;
}
.AnyTagClassName
{
color: #027B3C;
}
</style>
background-color css
<style>
a { background-color: #027B3C; }
a { background-color: rgb(2,123,60); }
div.DivClassName
{
background-color: #027B3C;
}
.BgClassName
{
background-color: #027B3C;
}
</style>
border-color css
<style>
span { border-color: #027B3C; }
span { border-color: rgb(2,123,60); }
td.TdClassName
{
border-color: #027B3C;
}
.TagClassName
{
border-color: #027B3C;
}
</style>