Shades of Camarone #1C7039
Tints of Camarone #1C7039
RGB
CMYK
RGB Variations
Color information
#1C7039 (or 0x1C7039) is known color: Camarone. HEX triplet: 1C, 70 and 39. RGB value is (28,112,57). Sum of RGB (Red+Green+Blue) = 28+112+57=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7039 is #E38FC6. Grayscale: #505050. Windows color (decimal): -14913479 or 3764252. OLE color: 3764252.
HSL color Cylindrical-coordinate representation of color #1C7039: hue angle of 140.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7039 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 57 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.56 |
| HSL | 140.71º | 0.6% | 0.27% | - |
| HSV(B) | 140.71º | 0.75% | 0.44% | - |
| XYZ | 7.01 | 12.13 | 5.84 | - |
| YUV | 80.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 57 | 0.75 | 0 | 0.49 | 0.56 | 140.71 | 0.6 | 0.27 |
| Hex | 1C | 70 | 39 | 4B | 0 | 31 | 38 | 8D | 3C | 1B |
| Octal | 34 | 160 | 71 | 113 | 0 | 61 | 70 | 215 | 74 | 33 |
| Binary | 11100 | 1110000 | 111001 | 1001011 | 0 | 110001 | 111000 | 10001101 | 111100 | 11011 |
Color Harmonies of #1C7039
Complementary color
Monochromatic Colors of #1C7039
Black with #1C7039
Text Example
Text Example
White with #1C7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7039; }
p { color: rgb(28,112,57); }
H1.HeaderClassName
{
color: #1C7039;
}
.AnyTagClassName
{
color: #1C7039;
}
</style>
background-color css
<style>
a { background-color: #1C7039; }
a { background-color: rgb(28,112,57); }
div.DivClassName
{
background-color: #1C7039;
}
.BgClassName
{
background-color: #1C7039;
}
</style>
border-color css
<style>
span { border-color: #1C7039; }
span { border-color: rgb(28,112,57); }
td.TdClassName
{
border-color: #1C7039;
}
.TagClassName
{
border-color: #1C7039;
}
</style>