Shades of Camarone #1C742C
Tints of Camarone #1C742C
RGB
CMYK
RGB Variations
Color information
#1C742C (or 0x1C742C) is known color: Camarone. HEX triplet: 1C, 74 and 2C. RGB value is (28,116,44). Sum of RGB (Red+Green+Blue) = 28+116+44=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #1C742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C742C is #E38BD3. Grayscale: #515151. Windows color (decimal): -14912468 or 2913308. OLE color: 2913308.
HSL color Cylindrical-coordinate representation of color #1C742C: hue angle of 130.91º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C742C is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 44 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.55 |
| HSL | 130.91º | 0.61% | 0.28% | - |
| HSV(B) | 130.91º | 0.76% | 0.45% | - |
| XYZ | 7.18 | 12.92 | 4.5 | - |
| YUV | 81.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 44 | 0.76 | 0 | 0.62 | 0.55 | 130.91 | 0.61 | 0.28 |
| Hex | 1C | 74 | 2C | 4C | 0 | 3E | 37 | 83 | 3D | 1C |
| Octal | 34 | 164 | 54 | 114 | 0 | 76 | 67 | 203 | 75 | 34 |
| Binary | 11100 | 1110100 | 101100 | 1001100 | 0 | 111110 | 110111 | 10000011 | 111101 | 11100 |
Color Harmonies of #1C742C
Complementary color
Monochromatic Colors of #1C742C
Black with #1C742C
Text Example
Text Example
White with #1C742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C742C; }
p { color: rgb(28,116,44); }
H1.HeaderClassName
{
color: #1C742C;
}
.AnyTagClassName
{
color: #1C742C;
}
</style>
background-color css
<style>
a { background-color: #1C742C; }
a { background-color: rgb(28,116,44); }
div.DivClassName
{
background-color: #1C742C;
}
.BgClassName
{
background-color: #1C742C;
}
</style>
border-color css
<style>
span { border-color: #1C742C; }
span { border-color: rgb(28,116,44); }
td.TdClassName
{
border-color: #1C742C;
}
.TagClassName
{
border-color: #1C742C;
}
</style>