Shades of Camarone #1C7338
Tints of Camarone #1C7338
RGB
CMYK
RGB Variations
Color information
#1C7338 (or 0x1C7338) is known color: Camarone. HEX triplet: 1C, 73 and 38. RGB value is (28,115,56). Sum of RGB (Red+Green+Blue) = 28+115+56=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7338 is #E38CC7. Grayscale: #525252. Windows color (decimal): -14912712 or 3699484. OLE color: 3699484.
HSL color Cylindrical-coordinate representation of color #1C7338: hue angle of 139.31º 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 #1C7338 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 56 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.55 |
| HSL | 139.31º | 0.61% | 0.28% | - |
| HSV(B) | 139.31º | 0.76% | 0.45% | - |
| XYZ | 7.32 | 12.79 | 5.82 | - |
| YUV | 82.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 56 | 0.76 | 0 | 0.51 | 0.55 | 139.31 | 0.61 | 0.28 |
| Hex | 1C | 73 | 38 | 4C | 0 | 33 | 37 | 8B | 3D | 1C |
| Octal | 34 | 163 | 70 | 114 | 0 | 63 | 67 | 213 | 75 | 34 |
| Binary | 11100 | 1110011 | 111000 | 1001100 | 0 | 110011 | 110111 | 10001011 | 111101 | 11100 |
Color Harmonies of #1C7338
Complementary color
Monochromatic Colors of #1C7338
Black with #1C7338
Text Example
Text Example
White with #1C7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7338; }
p { color: rgb(28,115,56); }
H1.HeaderClassName
{
color: #1C7338;
}
.AnyTagClassName
{
color: #1C7338;
}
</style>
background-color css
<style>
a { background-color: #1C7338; }
a { background-color: rgb(28,115,56); }
div.DivClassName
{
background-color: #1C7338;
}
.BgClassName
{
background-color: #1C7338;
}
</style>
border-color css
<style>
span { border-color: #1C7338; }
span { border-color: rgb(28,115,56); }
td.TdClassName
{
border-color: #1C7338;
}
.TagClassName
{
border-color: #1C7338;
}
</style>