Shades of Camarone #1E743C
Tints of Camarone #1E743C
RGB
CMYK
RGB Variations
Color information
#1E743C (or 0x1E743C) is known color: Camarone. HEX triplet: 1E, 74 and 3C. RGB value is (30,116,60). Sum of RGB (Red+Green+Blue) = 30+116+60=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #1E743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E743C is #E18BC3. Grayscale: #545454. Windows color (decimal): -14781380 or 3961886. OLE color: 3961886.
HSL color Cylindrical-coordinate representation of color #1E743C: hue angle of 140.93º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E743C is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 60 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.55 |
| HSL | 140.93º | 0.59% | 0.29% | - |
| HSV(B) | 140.93º | 0.74% | 0.45% | - |
| XYZ | 7.6 | 13.09 | 6.4 | - |
| YUV | 83.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 60 | 0.74 | 0 | 0.48 | 0.55 | 140.93 | 0.59 | 0.29 |
| Hex | 1E | 74 | 3C | 4A | 0 | 30 | 37 | 8D | 3B | 1D |
| Octal | 36 | 164 | 74 | 112 | 0 | 60 | 67 | 215 | 73 | 35 |
| Binary | 11110 | 1110100 | 111100 | 1001010 | 0 | 110000 | 110111 | 10001101 | 111011 | 11101 |
Color Harmonies of #1E743C
Complementary color
Monochromatic Colors of #1E743C
Black with #1E743C
Text Example
Text Example
White with #1E743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E743C; }
p { color: rgb(30,116,60); }
H1.HeaderClassName
{
color: #1E743C;
}
.AnyTagClassName
{
color: #1E743C;
}
</style>
background-color css
<style>
a { background-color: #1E743C; }
a { background-color: rgb(30,116,60); }
div.DivClassName
{
background-color: #1E743C;
}
.BgClassName
{
background-color: #1E743C;
}
</style>
border-color css
<style>
span { border-color: #1E743C; }
span { border-color: rgb(30,116,60); }
td.TdClassName
{
border-color: #1E743C;
}
.TagClassName
{
border-color: #1E743C;
}
</style>