Shades of Camarone #117D2F
Tints of Camarone #117D2F
RGB
CMYK
RGB Variations
Color information
#117D2F (or 0x117D2F) is known color: Camarone. HEX triplet: 11, 7D and 2F. RGB value is (17,125,47). Sum of RGB (Red+Green+Blue) = 17+125+47=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 125 (49.22% from 255 or 66.14% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 125 - color contains mainly: green. Hex color #117D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D2F is #EE82D0. Grayscale: #545454. Windows color (decimal): -15631057 or 3112209. OLE color: 3112209.
HSL color Cylindrical-coordinate representation of color #117D2F: hue angle of 136.67º 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 #117D2F is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 47 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.51 |
| HSL | 136.67º | 0.76% | 0.28% | - |
| HSV(B) | 136.67º | 0.86% | 0.49% | - |
| XYZ | 8.08 | 14.99 | 5.16 | - |
| YUV | 83.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 47 | 0.86 | 0 | 0.62 | 0.51 | 136.67 | 0.76 | 0.28 |
| Hex | 11 | 7D | 2F | 56 | 0 | 3E | 33 | 89 | 4C | 1C |
| Octal | 21 | 175 | 57 | 126 | 0 | 76 | 63 | 211 | 114 | 34 |
| Binary | 10001 | 1111101 | 101111 | 1010110 | 0 | 111110 | 110011 | 10001001 | 1001100 | 11100 |
Color Harmonies of #117D2F
Complementary color
Monochromatic Colors of #117D2F
Black with #117D2F
Text Example
Text Example
White with #117D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D2F; }
p { color: rgb(17,125,47); }
H1.HeaderClassName
{
color: #117D2F;
}
.AnyTagClassName
{
color: #117D2F;
}
</style>
background-color css
<style>
a { background-color: #117D2F; }
a { background-color: rgb(17,125,47); }
div.DivClassName
{
background-color: #117D2F;
}
.BgClassName
{
background-color: #117D2F;
}
</style>
border-color css
<style>
span { border-color: #117D2F; }
span { border-color: rgb(17,125,47); }
td.TdClassName
{
border-color: #117D2F;
}
.TagClassName
{
border-color: #117D2F;
}
</style>