Shades of Green #11820C
Tints of Green #11820C
RGB
CMYK
RGB Variations
Color information
#11820C (or 0x11820C) is known color: Green. HEX triplet: 11, 82 and 0C. RGB value is (17,130,12). Sum of RGB (Red+Green+Blue) = 17+130+12=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 130 (51.17% from 255 or 81.76% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 130 - color contains mainly: green. Hex color #11820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11820C is #EE7DF3. Grayscale: #535353. Windows color (decimal): -15629812 or 819729. OLE color: 819729.
HSL color Cylindrical-coordinate representation of color #11820C: hue angle of 117.46º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11820C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 12 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.49 |
| HSL | 117.46º | 0.83% | 0.28% | - |
| HSV(B) | 117.46º | 0.91% | 0.51% | - |
| XYZ | 8.28 | 16.11 | 3.02 | - |
| YUV | 82.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 12 | 0.87 | 0 | 0.91 | 0.49 | 117.46 | 0.83 | 0.28 |
| Hex | 11 | 82 | C | 57 | 0 | 5B | 31 | 75 | 53 | 1C |
| Octal | 21 | 202 | 14 | 127 | 0 | 133 | 61 | 165 | 123 | 34 |
| Binary | 10001 | 10000010 | 1100 | 1010111 | 0 | 1011011 | 110001 | 1110101 | 1010011 | 11100 |
Color Harmonies of #11820C
Complementary color
Monochromatic Colors of #11820C
Black with #11820C
Text Example
Text Example
White with #11820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11820C; }
p { color: rgb(17,130,12); }
H1.HeaderClassName
{
color: #11820C;
}
.AnyTagClassName
{
color: #11820C;
}
</style>
background-color css
<style>
a { background-color: #11820C; }
a { background-color: rgb(17,130,12); }
div.DivClassName
{
background-color: #11820C;
}
.BgClassName
{
background-color: #11820C;
}
</style>
border-color css
<style>
span { border-color: #11820C; }
span { border-color: rgb(17,130,12); }
td.TdClassName
{
border-color: #11820C;
}
.TagClassName
{
border-color: #11820C;
}
</style>