Shades of Camarone #1C7138
Tints of Camarone #1C7138
RGB
CMYK
RGB Variations
Color information
#1C7138 (or 0x1C7138) is known color: Camarone. HEX triplet: 1C, 71 and 38. RGB value is (28,113,56). Sum of RGB (Red+Green+Blue) = 28+113+56=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7138 is #E38EC7. Grayscale: #515151. Windows color (decimal): -14913224 or 3698972. OLE color: 3698972.
HSL color Cylindrical-coordinate representation of color #1C7138: hue angle of 139.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7138 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 56 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.56 |
| HSL | 139.76º | 0.6% | 0.28% | - |
| HSV(B) | 139.76º | 0.75% | 0.44% | - |
| XYZ | 7.1 | 12.34 | 5.75 | - |
| YUV | 81.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 56 | 0.75 | 0 | 0.50 | 0.56 | 139.76 | 0.6 | 0.28 |
| Hex | 1C | 71 | 38 | 4B | 0 | 32 | 38 | 8C | 3C | 1C |
| Octal | 34 | 161 | 70 | 113 | 0 | 62 | 70 | 214 | 74 | 34 |
| Binary | 11100 | 1110001 | 111000 | 1001011 | 0 | 110010 | 111000 | 10001100 | 111100 | 11100 |
Color Harmonies of #1C7138
Complementary color
Monochromatic Colors of #1C7138
Black with #1C7138
Text Example
Text Example
White with #1C7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7138; }
p { color: rgb(28,113,56); }
H1.HeaderClassName
{
color: #1C7138;
}
.AnyTagClassName
{
color: #1C7138;
}
</style>
background-color css
<style>
a { background-color: #1C7138; }
a { background-color: rgb(28,113,56); }
div.DivClassName
{
background-color: #1C7138;
}
.BgClassName
{
background-color: #1C7138;
}
</style>
border-color css
<style>
span { border-color: #1C7138; }
span { border-color: rgb(28,113,56); }
td.TdClassName
{
border-color: #1C7138;
}
.TagClassName
{
border-color: #1C7138;
}
</style>