Shades of Camarone #1C6729
Tints of Camarone #1C6729
RGB
CMYK
RGB Variations
Color information
#1C6729 (or 0x1C6729) is known color: Camarone. HEX triplet: 1C, 67 and 29. RGB value is (28,103,41). Sum of RGB (Red+Green+Blue) = 28+103+41=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #1C6729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6729 is #E398D6. Grayscale: #494949. Windows color (decimal): -14915799 or 2713372. OLE color: 2713372.
HSL color Cylindrical-coordinate representation of color #1C6729: hue angle of 130.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6729 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 103 | 41 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.60 |
| HSL | 130.4º | 0.57% | 0.26% | - |
| HSV(B) | 130.4º | 0.73% | 0.4% | - |
| XYZ | 5.73 | 10.11 | 3.75 | - |
| YUV | 73.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 41 | 0.73 | 0 | 0.60 | 0.60 | 130.4 | 0.57 | 0.26 |
| Hex | 1C | 67 | 29 | 49 | 0 | 3C | 3C | 82 | 39 | 1A |
| Octal | 34 | 147 | 51 | 111 | 0 | 74 | 74 | 202 | 71 | 32 |
| Binary | 11100 | 1100111 | 101001 | 1001001 | 0 | 111100 | 111100 | 10000010 | 111001 | 11010 |
Color Harmonies of #1C6729
Complementary color
Monochromatic Colors of #1C6729
Black with #1C6729
Text Example
Text Example
White with #1C6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6729; }
p { color: rgb(28,103,41); }
H1.HeaderClassName
{
color: #1C6729;
}
.AnyTagClassName
{
color: #1C6729;
}
</style>
background-color css
<style>
a { background-color: #1C6729; }
a { background-color: rgb(28,103,41); }
div.DivClassName
{
background-color: #1C6729;
}
.BgClassName
{
background-color: #1C6729;
}
</style>
border-color css
<style>
span { border-color: #1C6729; }
span { border-color: rgb(28,103,41); }
td.TdClassName
{
border-color: #1C6729;
}
.TagClassName
{
border-color: #1C6729;
}
</style>