Shades of Green #02701C
Tints of Green #02701C
RGB
CMYK
RGB Variations
Color information
#02701C (or 0x02701C) is known color: Green. HEX triplet: 02, 70 and 1C. RGB value is (2,112,28). Sum of RGB (Red+Green+Blue) = 2+112+28=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #02701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02701C is #FD8FE3. Grayscale: #454545. Windows color (decimal): -16617444 or 1863682. OLE color: 1863682.
HSL color Cylindrical-coordinate representation of color #02701C: hue angle of 134.18º 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 #02701C is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 28 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.56 |
| HSL | 134.18º | 0.96% | 0.22% | - |
| HSV(B) | 134.18º | 0.98% | 0.44% | - |
| XYZ | 6.03 | 11.69 | 3.04 | - |
| YUV | 69.53 | 104.56 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 28 | 0.98 | 0 | 0.75 | 0.56 | 134.18 | 0.96 | 0.22 |
| Hex | 2 | 70 | 1C | 62 | 0 | 4B | 38 | 86 | 60 | 16 |
| Octal | 2 | 160 | 34 | 142 | 0 | 113 | 70 | 206 | 140 | 26 |
| Binary | 10 | 1110000 | 11100 | 1100010 | 0 | 1001011 | 111000 | 10000110 | 1100000 | 10110 |
Color Harmonies of #02701C
Complementary color
Monochromatic Colors of #02701C
Black with #02701C
Text Example
Text Example
White with #02701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02701C; }
p { color: rgb(2,112,28); }
H1.HeaderClassName
{
color: #02701C;
}
.AnyTagClassName
{
color: #02701C;
}
</style>
background-color css
<style>
a { background-color: #02701C; }
a { background-color: rgb(2,112,28); }
div.DivClassName
{
background-color: #02701C;
}
.BgClassName
{
background-color: #02701C;
}
</style>
border-color css
<style>
span { border-color: #02701C; }
span { border-color: rgb(2,112,28); }
td.TdClassName
{
border-color: #02701C;
}
.TagClassName
{
border-color: #02701C;
}
</style>