Shades of Green #127102
Tints of Green #127102
RGB
CMYK
RGB Variations
Color information
#127102 (or 0x127102) is known color: Green. HEX triplet: 12, 71 and 02. RGB value is (18,113,2). Sum of RGB (Red+Green+Blue) = 18+113+2=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #127102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127102 is #ED8EFD. Grayscale: #484848. Windows color (decimal): -15568638 or 160018. OLE color: 160018.
HSL color Cylindrical-coordinate representation of color #127102: hue angle of 111.35º 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 #127102 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.56 |
| HSL | 111.35º | 0.97% | 0.23% | - |
| HSV(B) | 111.35º | 0.98% | 0.44% | - |
| XYZ | 6.17 | 11.94 | 2.04 | - |
| YUV | 71.94 | 88.53 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 2 | 0.84 | 0 | 0.98 | 0.56 | 111.35 | 0.97 | 0.23 |
| Hex | 12 | 71 | 2 | 54 | 0 | 62 | 38 | 6F | 61 | 17 |
| Octal | 22 | 161 | 2 | 124 | 0 | 142 | 70 | 157 | 141 | 27 |
| Binary | 10010 | 1110001 | 10 | 1010100 | 0 | 1100010 | 111000 | 1101111 | 1100001 | 10111 |
Color Harmonies of #127102
Complementary color
Monochromatic Colors of #127102
Black with #127102
Text Example
Text Example
White with #127102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127102; }
p { color: rgb(18,113,2); }
H1.HeaderClassName
{
color: #127102;
}
.AnyTagClassName
{
color: #127102;
}
</style>
background-color css
<style>
a { background-color: #127102; }
a { background-color: rgb(18,113,2); }
div.DivClassName
{
background-color: #127102;
}
.BgClassName
{
background-color: #127102;
}
</style>
border-color css
<style>
span { border-color: #127102; }
span { border-color: rgb(18,113,2); }
td.TdClassName
{
border-color: #127102;
}
.TagClassName
{
border-color: #127102;
}
</style>