Shades of Green #105E02
Tints of Green #105E02
RGB
CMYK
RGB Variations
Color information
#105E02 (or 0x105E02) is known color: Green. HEX triplet: 10, 5E and 02. RGB value is (16,94,2). Sum of RGB (Red+Green+Blue) = 16+94+2=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 94 (37.11% from 255 or 83.93% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 94 - color contains mainly: green. Hex color #105E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105E02 is #EFA1FD. Grayscale: #3C3C3C. Windows color (decimal): -15704574 or 155152. OLE color: 155152.
HSL color Cylindrical-coordinate representation of color #105E02: hue angle of 110.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #105E02 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 2 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.63 |
| HSL | 110.87º | 0.96% | 0.19% | - |
| HSV(B) | 110.87º | 0.98% | 0.37% | - |
| XYZ | 4.23 | 8.12 | 1.4 | - |
| YUV | 60.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 2 | 0.83 | 0 | 0.98 | 0.63 | 110.87 | 0.96 | 0.19 |
| Hex | 10 | 5E | 2 | 53 | 0 | 62 | 3F | 6F | 60 | 13 |
| Octal | 20 | 136 | 2 | 123 | 0 | 142 | 77 | 157 | 140 | 23 |
| Binary | 10000 | 1011110 | 10 | 1010011 | 0 | 1100010 | 111111 | 1101111 | 1100000 | 10011 |
Color Harmonies of #105E02
Complementary color
Monochromatic Colors of #105E02
Black with #105E02
Text Example
Text Example
White with #105E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E02; }
p { color: rgb(16,94,2); }
H1.HeaderClassName
{
color: #105E02;
}
.AnyTagClassName
{
color: #105E02;
}
</style>
background-color css
<style>
a { background-color: #105E02; }
a { background-color: rgb(16,94,2); }
div.DivClassName
{
background-color: #105E02;
}
.BgClassName
{
background-color: #105E02;
}
</style>
border-color css
<style>
span { border-color: #105E02; }
span { border-color: rgb(16,94,2); }
td.TdClassName
{
border-color: #105E02;
}
.TagClassName
{
border-color: #105E02;
}
</style>