Shades of Camarone #117C2F
Tints of Camarone #117C2F
RGB
CMYK
RGB Variations
Color information
#117C2F (or 0x117C2F) is known color: Camarone. HEX triplet: 11, 7C and 2F. RGB value is (17,124,47). Sum of RGB (Red+Green+Blue) = 17+124+47=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #117C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C2F is #EE83D0. Grayscale: #535353. Windows color (decimal): -15631313 or 3111953. OLE color: 3111953.
HSL color Cylindrical-coordinate representation of color #117C2F: hue angle of 136.82º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C2F is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 47 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.51 |
| HSL | 136.82º | 0.76% | 0.28% | - |
| HSV(B) | 136.82º | 0.86% | 0.49% | - |
| XYZ | 7.95 | 14.74 | 5.12 | - |
| YUV | 83.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 47 | 0.86 | 0 | 0.62 | 0.51 | 136.82 | 0.76 | 0.28 |
| Hex | 11 | 7C | 2F | 56 | 0 | 3E | 33 | 89 | 4C | 1C |
| Octal | 21 | 174 | 57 | 126 | 0 | 76 | 63 | 211 | 114 | 34 |
| Binary | 10001 | 1111100 | 101111 | 1010110 | 0 | 111110 | 110011 | 10001001 | 1001100 | 11100 |
Color Harmonies of #117C2F
Complementary color
Monochromatic Colors of #117C2F
Black with #117C2F
Text Example
Text Example
White with #117C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C2F; }
p { color: rgb(17,124,47); }
H1.HeaderClassName
{
color: #117C2F;
}
.AnyTagClassName
{
color: #117C2F;
}
</style>
background-color css
<style>
a { background-color: #117C2F; }
a { background-color: rgb(17,124,47); }
div.DivClassName
{
background-color: #117C2F;
}
.BgClassName
{
background-color: #117C2F;
}
</style>
border-color css
<style>
span { border-color: #117C2F; }
span { border-color: rgb(17,124,47); }
td.TdClassName
{
border-color: #117C2F;
}
.TagClassName
{
border-color: #117C2F;
}
</style>