Shades of Camarone #1E803C
Tints of Camarone #1E803C
RGB
CMYK
RGB Variations
Color information
#1E803C (or 0x1E803C) is known color: Camarone. HEX triplet: 1E, 80 and 3C. RGB value is (30,128,60). Sum of RGB (Red+Green+Blue) = 30+128+60=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #1E803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E803C is #E17FC3. Grayscale: #5B5B5B. Windows color (decimal): -14778308 or 3964958. OLE color: 3964958.
HSL color Cylindrical-coordinate representation of color #1E803C: hue angle of 138.37º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E803C is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 60 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.50 |
| HSL | 138.37º | 0.62% | 0.31% | - |
| HSV(B) | 138.37º | 0.77% | 0.5% | - |
| XYZ | 9.07 | 16.04 | 6.89 | - |
| YUV | 90.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 60 | 0.77 | 0 | 0.53 | 0.50 | 138.37 | 0.62 | 0.31 |
| Hex | 1E | 80 | 3C | 4D | 0 | 35 | 32 | 8A | 3E | 1F |
| Octal | 36 | 200 | 74 | 115 | 0 | 65 | 62 | 212 | 76 | 37 |
| Binary | 11110 | 10000000 | 111100 | 1001101 | 0 | 110101 | 110010 | 10001010 | 111110 | 11111 |
Color Harmonies of #1E803C
Complementary color
Monochromatic Colors of #1E803C
Black with #1E803C
Text Example
Text Example
White with #1E803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E803C; }
p { color: rgb(30,128,60); }
H1.HeaderClassName
{
color: #1E803C;
}
.AnyTagClassName
{
color: #1E803C;
}
</style>
background-color css
<style>
a { background-color: #1E803C; }
a { background-color: rgb(30,128,60); }
div.DivClassName
{
background-color: #1E803C;
}
.BgClassName
{
background-color: #1E803C;
}
</style>
border-color css
<style>
span { border-color: #1E803C; }
span { border-color: rgb(30,128,60); }
td.TdClassName
{
border-color: #1E803C;
}
.TagClassName
{
border-color: #1E803C;
}
</style>