Shades of Camarone #1E6229
Tints of Camarone #1E6229
RGB
CMYK
RGB Variations
Color information
#1E6229 (or 0x1E6229) is known color: Camarone. HEX triplet: 1E, 62 and 29. RGB value is (30,98,41). Sum of RGB (Red+Green+Blue) = 30+98+41=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6229 is #E19DD6. Grayscale: #474747. Windows color (decimal): -14786007 or 2712094. OLE color: 2712094.
HSL color Cylindrical-coordinate representation of color #1E6229: hue angle of 129.71º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6229 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 41 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.62 |
| HSL | 129.71º | 0.53% | 0.25% | - |
| HSV(B) | 129.71º | 0.69% | 0.38% | - |
| XYZ | 5.3 | 9.17 | 3.59 | - |
| YUV | 71.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 41 | 0.69 | 0 | 0.58 | 0.62 | 129.71 | 0.53 | 0.25 |
| Hex | 1E | 62 | 29 | 45 | 0 | 3A | 3E | 82 | 35 | 19 |
| Octal | 36 | 142 | 51 | 105 | 0 | 72 | 76 | 202 | 65 | 31 |
| Binary | 11110 | 1100010 | 101001 | 1000101 | 0 | 111010 | 111110 | 10000010 | 110101 | 11001 |
Color Harmonies of #1E6229
Complementary color
Monochromatic Colors of #1E6229
Black with #1E6229
Text Example
Text Example
White with #1E6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6229; }
p { color: rgb(30,98,41); }
H1.HeaderClassName
{
color: #1E6229;
}
.AnyTagClassName
{
color: #1E6229;
}
</style>
background-color css
<style>
a { background-color: #1E6229; }
a { background-color: rgb(30,98,41); }
div.DivClassName
{
background-color: #1E6229;
}
.BgClassName
{
background-color: #1E6229;
}
</style>
border-color css
<style>
span { border-color: #1E6229; }
span { border-color: rgb(30,98,41); }
td.TdClassName
{
border-color: #1E6229;
}
.TagClassName
{
border-color: #1E6229;
}
</style>