Shades of Camarone #1E783C
Tints of Camarone #1E783C
RGB
CMYK
RGB Variations
Color information
#1E783C (or 0x1E783C) is known color: Camarone. HEX triplet: 1E, 78 and 3C. RGB value is (30,120,60). Sum of RGB (Red+Green+Blue) = 30+120+60=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #1E783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E783C is #E187C3. Grayscale: #565656. Windows color (decimal): -14780356 or 3962910. OLE color: 3962910.
HSL color Cylindrical-coordinate representation of color #1E783C: hue angle of 140º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E783C is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 120 | 60 | - |
| CMYK | 0.75 | 0 | 0.5 | 0.53 |
| HSL | 140º | 0.6% | 0.29% | - |
| HSV(B) | 140º | 0.75% | 0.47% | - |
| XYZ | 8.07 | 14.04 | 6.56 | - |
| YUV | 86.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 60 | 0.75 | 0 | 0.5 | 0.53 | 140 | 0.6 | 0.29 |
| Hex | 1E | 78 | 3C | 4B | 0 | 32 | 35 | 8C | 3C | 1D |
| Octal | 36 | 170 | 74 | 113 | 0 | 62 | 65 | 214 | 74 | 35 |
| Binary | 11110 | 1111000 | 111100 | 1001011 | 0 | 110010 | 110101 | 10001100 | 111100 | 11101 |
Color Harmonies of #1E783C
Complementary color
Monochromatic Colors of #1E783C
Black with #1E783C
Text Example
Text Example
White with #1E783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E783C; }
p { color: rgb(30,120,60); }
H1.HeaderClassName
{
color: #1E783C;
}
.AnyTagClassName
{
color: #1E783C;
}
</style>
background-color css
<style>
a { background-color: #1E783C; }
a { background-color: rgb(30,120,60); }
div.DivClassName
{
background-color: #1E783C;
}
.BgClassName
{
background-color: #1E783C;
}
</style>
border-color css
<style>
span { border-color: #1E783C; }
span { border-color: rgb(30,120,60); }
td.TdClassName
{
border-color: #1E783C;
}
.TagClassName
{
border-color: #1E783C;
}
</style>