Shades of Green #027A0D
Tints of Green #027A0D
RGB
CMYK
RGB Variations
Color information
#027A0D (or 0x027A0D) is known color: Green. HEX triplet: 02, 7A and 0D. RGB value is (2,122,13). Sum of RGB (Red+Green+Blue) = 2+122+13=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 122 (48.05% from 255 or 89.05% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 122 - color contains mainly: green. Hex color #027A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A0D is #FD85F2. Grayscale: #4A4A4A. Windows color (decimal): -16614899 or 883202. OLE color: 883202.
HSL color Cylindrical-coordinate representation of color #027A0D: hue angle of 125.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A0D is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 13 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.52 |
| HSL | 125.5º | 0.97% | 0.24% | - |
| HSV(B) | 125.5º | 0.98% | 0.48% | - |
| XYZ | 7.06 | 13.96 | 2.7 | - |
| YUV | 73.69 | 93.74 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 13 | 0.98 | 0 | 0.89 | 0.52 | 125.5 | 0.97 | 0.24 |
| Hex | 2 | 7A | D | 62 | 0 | 59 | 34 | 7E | 61 | 18 |
| Octal | 2 | 172 | 15 | 142 | 0 | 131 | 64 | 176 | 141 | 30 |
| Binary | 10 | 1111010 | 1101 | 1100010 | 0 | 1011001 | 110100 | 1111110 | 1100001 | 11000 |
Color Harmonies of #027A0D
Complementary color
Monochromatic Colors of #027A0D
Black with #027A0D
Text Example
Text Example
White with #027A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A0D; }
p { color: rgb(2,122,13); }
H1.HeaderClassName
{
color: #027A0D;
}
.AnyTagClassName
{
color: #027A0D;
}
</style>
background-color css
<style>
a { background-color: #027A0D; }
a { background-color: rgb(2,122,13); }
div.DivClassName
{
background-color: #027A0D;
}
.BgClassName
{
background-color: #027A0D;
}
</style>
border-color css
<style>
span { border-color: #027A0D; }
span { border-color: rgb(2,122,13); }
td.TdClassName
{
border-color: #027A0D;
}
.TagClassName
{
border-color: #027A0D;
}
</style>