Shades of Camarone #1C6027
Tints of Camarone #1C6027
RGB
CMYK
RGB Variations
Color information
#1C6027 (or 0x1C6027) is known color: Camarone. HEX triplet: 1C, 60 and 27. RGB value is (28,96,39). Sum of RGB (Red+Green+Blue) = 28+96+39=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6027 is #E39FD8. Grayscale: #454545. Windows color (decimal): -14917593 or 2580508. OLE color: 2580508.
HSL color Cylindrical-coordinate representation of color #1C6027: hue angle of 129.71º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6027 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 96 | 39 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.62 |
| HSL | 129.71º | 0.55% | 0.24% | - |
| HSV(B) | 129.71º | 0.71% | 0.38% | - |
| XYZ | 5.03 | 8.76 | 3.35 | - |
| YUV | 69.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 39 | 0.71 | 0 | 0.59 | 0.62 | 129.71 | 0.55 | 0.24 |
| Hex | 1C | 60 | 27 | 47 | 0 | 3B | 3E | 82 | 37 | 18 |
| Octal | 34 | 140 | 47 | 107 | 0 | 73 | 76 | 202 | 67 | 30 |
| Binary | 11100 | 1100000 | 100111 | 1000111 | 0 | 111011 | 111110 | 10000010 | 110111 | 11000 |
Color Harmonies of #1C6027
Complementary color
Monochromatic Colors of #1C6027
Black with #1C6027
Text Example
Text Example
White with #1C6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6027; }
p { color: rgb(28,96,39); }
H1.HeaderClassName
{
color: #1C6027;
}
.AnyTagClassName
{
color: #1C6027;
}
</style>
background-color css
<style>
a { background-color: #1C6027; }
a { background-color: rgb(28,96,39); }
div.DivClassName
{
background-color: #1C6027;
}
.BgClassName
{
background-color: #1C6027;
}
</style>
border-color css
<style>
span { border-color: #1C6027; }
span { border-color: rgb(28,96,39); }
td.TdClassName
{
border-color: #1C6027;
}
.TagClassName
{
border-color: #1C6027;
}
</style>