Shades of Camarone #1C7935
Tints of Camarone #1C7935
RGB
CMYK
RGB Variations
Color information
#1C7935 (or 0x1C7935) is known color: Camarone. HEX triplet: 1C, 79 and 35. RGB value is (28,121,53). Sum of RGB (Red+Green+Blue) = 28+121+53=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7935 is #E386CA. Grayscale: #555555. Windows color (decimal): -14911179 or 3504412. OLE color: 3504412.
HSL color Cylindrical-coordinate representation of color #1C7935: hue angle of 136.13º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7935 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 121 | 53 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.53 |
| HSL | 136.13º | 0.62% | 0.29% | - |
| HSV(B) | 136.13º | 0.77% | 0.47% | - |
| XYZ | 7.96 | 14.18 | 5.69 | - |
| YUV | 85.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 53 | 0.77 | 0 | 0.56 | 0.53 | 136.13 | 0.62 | 0.29 |
| Hex | 1C | 79 | 35 | 4D | 0 | 38 | 35 | 88 | 3E | 1D |
| Octal | 34 | 171 | 65 | 115 | 0 | 70 | 65 | 210 | 76 | 35 |
| Binary | 11100 | 1111001 | 110101 | 1001101 | 0 | 111000 | 110101 | 10001000 | 111110 | 11101 |
Color Harmonies of #1C7935
Complementary color
Monochromatic Colors of #1C7935
Black with #1C7935
Text Example
Text Example
White with #1C7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7935; }
p { color: rgb(28,121,53); }
H1.HeaderClassName
{
color: #1C7935;
}
.AnyTagClassName
{
color: #1C7935;
}
</style>
background-color css
<style>
a { background-color: #1C7935; }
a { background-color: rgb(28,121,53); }
div.DivClassName
{
background-color: #1C7935;
}
.BgClassName
{
background-color: #1C7935;
}
</style>
border-color css
<style>
span { border-color: #1C7935; }
span { border-color: rgb(28,121,53); }
td.TdClassName
{
border-color: #1C7935;
}
.TagClassName
{
border-color: #1C7935;
}
</style>