Shades of Camarone #1C6232
Tints of Camarone #1C6232
RGB
CMYK
RGB Variations
Color information
#1C6232 (or 0x1C6232) is known color: Camarone. HEX triplet: 1C, 62 and 32. RGB value is (28,98,50). Sum of RGB (Red+Green+Blue) = 28+98+50=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6232 is #E39DCD. Grayscale: #474747. Windows color (decimal): -14917070 or 3301916. OLE color: 3301916.
HSL color Cylindrical-coordinate representation of color #1C6232: hue angle of 138.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6232 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 98 | 50 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.62 |
| HSL | 138.86º | 0.56% | 0.25% | - |
| HSV(B) | 138.86º | 0.71% | 0.38% | - |
| XYZ | 5.42 | 9.21 | 4.51 | - |
| YUV | 71.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 50 | 0.71 | 0 | 0.49 | 0.62 | 138.86 | 0.56 | 0.25 |
| Hex | 1C | 62 | 32 | 47 | 0 | 31 | 3E | 8B | 38 | 19 |
| Octal | 34 | 142 | 62 | 107 | 0 | 61 | 76 | 213 | 70 | 31 |
| Binary | 11100 | 1100010 | 110010 | 1000111 | 0 | 110001 | 111110 | 10001011 | 111000 | 11001 |
Color Harmonies of #1C6232
Complementary color
Monochromatic Colors of #1C6232
Black with #1C6232
Text Example
Text Example
White with #1C6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6232; }
p { color: rgb(28,98,50); }
H1.HeaderClassName
{
color: #1C6232;
}
.AnyTagClassName
{
color: #1C6232;
}
</style>
background-color css
<style>
a { background-color: #1C6232; }
a { background-color: rgb(28,98,50); }
div.DivClassName
{
background-color: #1C6232;
}
.BgClassName
{
background-color: #1C6232;
}
</style>
border-color css
<style>
span { border-color: #1C6232; }
span { border-color: rgb(28,98,50); }
td.TdClassName
{
border-color: #1C6232;
}
.TagClassName
{
border-color: #1C6232;
}
</style>