Shades of Camarone #1E833B
Tints of Camarone #1E833B
RGB
CMYK
RGB Variations
Color information
#1E833B (or 0x1E833B) is known color: Camarone. HEX triplet: 1E, 83 and 3B. RGB value is (30,131,59). Sum of RGB (Red+Green+Blue) = 30+131+59=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #1E833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E833B is #E17CC4. Grayscale: #5C5C5C. Windows color (decimal): -14777541 or 3900190. OLE color: 3900190.
HSL color Cylindrical-coordinate representation of color #1E833B: hue angle of 137.23º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E833B is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 59 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.49 |
| HSL | 137.23º | 0.63% | 0.32% | - |
| HSV(B) | 137.23º | 0.77% | 0.51% | - |
| XYZ | 9.44 | 16.82 | 6.89 | - |
| YUV | 92.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 59 | 0.77 | 0 | 0.55 | 0.49 | 137.23 | 0.63 | 0.32 |
| Hex | 1E | 83 | 3B | 4D | 0 | 37 | 31 | 89 | 3F | 20 |
| Octal | 36 | 203 | 73 | 115 | 0 | 67 | 61 | 211 | 77 | 40 |
| Binary | 11110 | 10000011 | 111011 | 1001101 | 0 | 110111 | 110001 | 10001001 | 111111 | 100000 |
Color Harmonies of #1E833B
Complementary color
Monochromatic Colors of #1E833B
Black with #1E833B
Text Example
Text Example
White with #1E833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E833B; }
p { color: rgb(30,131,59); }
H1.HeaderClassName
{
color: #1E833B;
}
.AnyTagClassName
{
color: #1E833B;
}
</style>
background-color css
<style>
a { background-color: #1E833B; }
a { background-color: rgb(30,131,59); }
div.DivClassName
{
background-color: #1E833B;
}
.BgClassName
{
background-color: #1E833B;
}
</style>
border-color css
<style>
span { border-color: #1E833B; }
span { border-color: rgb(30,131,59); }
td.TdClassName
{
border-color: #1E833B;
}
.TagClassName
{
border-color: #1E833B;
}
</style>