Shades of Green #02700C
Tints of Green #02700C
RGB
CMYK
RGB Variations
Color information
#02700C (or 0x02700C) is known color: Green. HEX triplet: 02, 70 and 0C. RGB value is (2,112,12). Sum of RGB (Red+Green+Blue) = 2+112+12=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 112 (44.14% from 255 or 88.89% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 112 - color contains mainly: green. Hex color #02700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02700C is #FD8FF3. Grayscale: #434343. Windows color (decimal): -16617460 or 815106. OLE color: 815106.
HSL color Cylindrical-coordinate representation of color #02700C: hue angle of 125.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02700C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 12 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.56 |
| HSL | 125.45º | 0.96% | 0.22% | - |
| HSV(B) | 125.45º | 0.98% | 0.44% | - |
| XYZ | 5.89 | 11.63 | 2.28 | - |
| YUV | 67.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 12 | 0.98 | 0 | 0.89 | 0.56 | 125.45 | 0.96 | 0.22 |
| Hex | 2 | 70 | C | 62 | 0 | 59 | 38 | 7D | 60 | 16 |
| Octal | 2 | 160 | 14 | 142 | 0 | 131 | 70 | 175 | 140 | 26 |
| Binary | 10 | 1110000 | 1100 | 1100010 | 0 | 1011001 | 111000 | 1111101 | 1100000 | 10110 |
Color Harmonies of #02700C
Complementary color
Monochromatic Colors of #02700C
Black with #02700C
Text Example
Text Example
White with #02700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02700C; }
p { color: rgb(2,112,12); }
H1.HeaderClassName
{
color: #02700C;
}
.AnyTagClassName
{
color: #02700C;
}
</style>
background-color css
<style>
a { background-color: #02700C; }
a { background-color: rgb(2,112,12); }
div.DivClassName
{
background-color: #02700C;
}
.BgClassName
{
background-color: #02700C;
}
</style>
border-color css
<style>
span { border-color: #02700C; }
span { border-color: rgb(2,112,12); }
td.TdClassName
{
border-color: #02700C;
}
.TagClassName
{
border-color: #02700C;
}
</style>