Shades of Camarone #1C742F
Tints of Camarone #1C742F
RGB
CMYK
RGB Variations
Color information
#1C742F (or 0x1C742F) is known color: Camarone. HEX triplet: 1C, 74 and 2F. RGB value is (28,116,47). Sum of RGB (Red+Green+Blue) = 28+116+47=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #1C742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C742F is #E38BD0. Grayscale: #525252. Windows color (decimal): -14912465 or 3109916. OLE color: 3109916.
HSL color Cylindrical-coordinate representation of color #1C742F: hue angle of 132.95º 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 #1C742F is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 47 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.55 |
| HSL | 132.95º | 0.61% | 0.28% | - |
| HSV(B) | 132.95º | 0.76% | 0.45% | - |
| XYZ | 7.24 | 12.94 | 4.81 | - |
| YUV | 81.82 | 108.35 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 47 | 0.76 | 0 | 0.59 | 0.55 | 132.95 | 0.61 | 0.28 |
| Hex | 1C | 74 | 2F | 4C | 0 | 3B | 37 | 85 | 3D | 1C |
| Octal | 34 | 164 | 57 | 114 | 0 | 73 | 67 | 205 | 75 | 34 |
| Binary | 11100 | 1110100 | 101111 | 1001100 | 0 | 111011 | 110111 | 10000101 | 111101 | 11100 |
Color Harmonies of #1C742F
Complementary color
Monochromatic Colors of #1C742F
Black with #1C742F
Text Example
Text Example
White with #1C742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C742F; }
p { color: rgb(28,116,47); }
H1.HeaderClassName
{
color: #1C742F;
}
.AnyTagClassName
{
color: #1C742F;
}
</style>
background-color css
<style>
a { background-color: #1C742F; }
a { background-color: rgb(28,116,47); }
div.DivClassName
{
background-color: #1C742F;
}
.BgClassName
{
background-color: #1C742F;
}
</style>
border-color css
<style>
span { border-color: #1C742F; }
span { border-color: rgb(28,116,47); }
td.TdClassName
{
border-color: #1C742F;
}
.TagClassName
{
border-color: #1C742F;
}
</style>