Shades of Camarone #156E2C
Tints of Camarone #156E2C
RGB
CMYK
RGB Variations
Color information
#156E2C (or 0x156E2C) is known color: Camarone. HEX triplet: 15, 6E and 2C. RGB value is (21,110,44). Sum of RGB (Red+Green+Blue) = 21+110+44=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #156E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156E2C is #EA91D3. Grayscale: #4C4C4C. Windows color (decimal): -15372756 or 2911765. OLE color: 2911765.
HSL color Cylindrical-coordinate representation of color #156E2C: hue angle of 135.51º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156E2C is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 110 | 44 | - |
| CMYK | 0.81 | 0 | 0.6 | 0.57 |
| HSL | 135.51º | 0.68% | 0.26% | - |
| HSV(B) | 135.51º | 0.81% | 0.43% | - |
| XYZ | 6.34 | 11.49 | 4.27 | - |
| YUV | 75.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 44 | 0.81 | 0 | 0.6 | 0.57 | 135.51 | 0.68 | 0.26 |
| Hex | 15 | 6E | 2C | 51 | 0 | 3C | 39 | 88 | 44 | 1A |
| Octal | 25 | 156 | 54 | 121 | 0 | 74 | 71 | 210 | 104 | 32 |
| Binary | 10101 | 1101110 | 101100 | 1010001 | 0 | 111100 | 111001 | 10001000 | 1000100 | 11010 |
Color Harmonies of #156E2C
Complementary color
Monochromatic Colors of #156E2C
Black with #156E2C
Text Example
Text Example
White with #156E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156E2C; }
p { color: rgb(21,110,44); }
H1.HeaderClassName
{
color: #156E2C;
}
.AnyTagClassName
{
color: #156E2C;
}
</style>
background-color css
<style>
a { background-color: #156E2C; }
a { background-color: rgb(21,110,44); }
div.DivClassName
{
background-color: #156E2C;
}
.BgClassName
{
background-color: #156E2C;
}
</style>
border-color css
<style>
span { border-color: #156E2C; }
span { border-color: rgb(21,110,44); }
td.TdClassName
{
border-color: #156E2C;
}
.TagClassName
{
border-color: #156E2C;
}
</style>