Shades of Camarone #1C7030
Tints of Camarone #1C7030
RGB
CMYK
RGB Variations
Color information
#1C7030 (or 0x1C7030) is known color: Camarone. HEX triplet: 1C, 70 and 30. RGB value is (28,112,48). Sum of RGB (Red+Green+Blue) = 28+112+48=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7030 is #E38FCF. Grayscale: #4F4F4F. Windows color (decimal): -14913488 or 3174428. OLE color: 3174428.
HSL color Cylindrical-coordinate representation of color #1C7030: hue angle of 134.29º 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 #1C7030 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 48 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.56 |
| HSL | 134.29º | 0.6% | 0.27% | - |
| HSV(B) | 134.29º | 0.75% | 0.44% | - |
| XYZ | 6.81 | 12.05 | 4.76 | - |
| YUV | 79.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 48 | 0.75 | 0 | 0.57 | 0.56 | 134.29 | 0.6 | 0.27 |
| Hex | 1C | 70 | 30 | 4B | 0 | 39 | 38 | 86 | 3C | 1B |
| Octal | 34 | 160 | 60 | 113 | 0 | 71 | 70 | 206 | 74 | 33 |
| Binary | 11100 | 1110000 | 110000 | 1001011 | 0 | 111001 | 111000 | 10000110 | 111100 | 11011 |
Color Harmonies of #1C7030
Complementary color
Monochromatic Colors of #1C7030
Black with #1C7030
Text Example
Text Example
White with #1C7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7030; }
p { color: rgb(28,112,48); }
H1.HeaderClassName
{
color: #1C7030;
}
.AnyTagClassName
{
color: #1C7030;
}
</style>
background-color css
<style>
a { background-color: #1C7030; }
a { background-color: rgb(28,112,48); }
div.DivClassName
{
background-color: #1C7030;
}
.BgClassName
{
background-color: #1C7030;
}
</style>
border-color css
<style>
span { border-color: #1C7030; }
span { border-color: rgb(28,112,48); }
td.TdClassName
{
border-color: #1C7030;
}
.TagClassName
{
border-color: #1C7030;
}
</style>