Shades of Camarone #1E7334
Tints of Camarone #1E7334
RGB
CMYK
RGB Variations
Color information
#1E7334 (or 0x1E7334) is known color: Camarone. HEX triplet: 1E, 73 and 34. RGB value is (30,115,52). Sum of RGB (Red+Green+Blue) = 30+115+52=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7334 is #E18CCB. Grayscale: #525252. Windows color (decimal): -14781644 or 3437342. OLE color: 3437342.
HSL color Cylindrical-coordinate representation of color #1E7334: hue angle of 135.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7334 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 52 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.55 |
| HSL | 135.53º | 0.59% | 0.28% | - |
| HSV(B) | 135.53º | 0.74% | 0.45% | - |
| XYZ | 7.29 | 12.79 | 5.33 | - |
| YUV | 82.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 52 | 0.74 | 0 | 0.55 | 0.55 | 135.53 | 0.59 | 0.28 |
| Hex | 1E | 73 | 34 | 4A | 0 | 37 | 37 | 88 | 3B | 1C |
| Octal | 36 | 163 | 64 | 112 | 0 | 67 | 67 | 210 | 73 | 34 |
| Binary | 11110 | 1110011 | 110100 | 1001010 | 0 | 110111 | 110111 | 10001000 | 111011 | 11100 |
Color Harmonies of #1E7334
Complementary color
Monochromatic Colors of #1E7334
Black with #1E7334
Text Example
Text Example
White with #1E7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7334; }
p { color: rgb(30,115,52); }
H1.HeaderClassName
{
color: #1E7334;
}
.AnyTagClassName
{
color: #1E7334;
}
</style>
background-color css
<style>
a { background-color: #1E7334; }
a { background-color: rgb(30,115,52); }
div.DivClassName
{
background-color: #1E7334;
}
.BgClassName
{
background-color: #1E7334;
}
</style>
border-color css
<style>
span { border-color: #1E7334; }
span { border-color: rgb(30,115,52); }
td.TdClassName
{
border-color: #1E7334;
}
.TagClassName
{
border-color: #1E7334;
}
</style>