Shades of Green #027102
Tints of Green #027102
RGB
CMYK
RGB Variations
Color information
#027102 (or 0x027102) is known color: Green. HEX triplet: 02, 71 and 02. RGB value is (2,113,2). Sum of RGB (Red+Green+Blue) = 2+113+2=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 113 (44.53% from 255 or 96.58% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 113 - color contains mainly: green. Hex color #027102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027102 is #FD8EFD. Grayscale: #434343. Windows color (decimal): -16617214 or 160002. OLE color: 160002.
HSL color Cylindrical-coordinate representation of color #027102: hue angle of 120º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027102 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 2 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.56 |
| HSL | 120º | 0.97% | 0.23% | - |
| HSV(B) | 120º | 0.98% | 0.44% | - |
| XYZ | 5.94 | 11.83 | 2.03 | - |
| YUV | 67.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 2 | 0.98 | 0 | 0.98 | 0.56 | 120 | 0.97 | 0.23 |
| Hex | 2 | 71 | 2 | 62 | 0 | 62 | 38 | 78 | 61 | 17 |
| Octal | 2 | 161 | 2 | 142 | 0 | 142 | 70 | 170 | 141 | 27 |
| Binary | 10 | 1110001 | 10 | 1100010 | 0 | 1100010 | 111000 | 1111000 | 1100001 | 10111 |
Color Harmonies of #027102
Complementary color
Monochromatic Colors of #027102
Black with #027102
Text Example
Text Example
White with #027102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027102; }
p { color: rgb(2,113,2); }
H1.HeaderClassName
{
color: #027102;
}
.AnyTagClassName
{
color: #027102;
}
</style>
background-color css
<style>
a { background-color: #027102; }
a { background-color: rgb(2,113,2); }
div.DivClassName
{
background-color: #027102;
}
.BgClassName
{
background-color: #027102;
}
</style>
border-color css
<style>
span { border-color: #027102; }
span { border-color: rgb(2,113,2); }
td.TdClassName
{
border-color: #027102;
}
.TagClassName
{
border-color: #027102;
}
</style>