Shades of Camarone #1E7E3C
Tints of Camarone #1E7E3C
RGB
CMYK
RGB Variations
Color information
#1E7E3C (or 0x1E7E3C) is known color: Camarone. HEX triplet: 1E, 7E and 3C. RGB value is (30,126,60). Sum of RGB (Red+Green+Blue) = 30+126+60=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E3C is #E181C3. Grayscale: #595959. Windows color (decimal): -14778820 or 3964446. OLE color: 3964446.
HSL color Cylindrical-coordinate representation of color #1E7E3C: hue angle of 138.75º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E3C is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 60 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.51 |
| HSL | 138.75º | 0.62% | 0.31% | - |
| HSV(B) | 138.75º | 0.76% | 0.49% | - |
| XYZ | 8.81 | 15.52 | 6.81 | - |
| YUV | 89.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 60 | 0.76 | 0 | 0.52 | 0.51 | 138.75 | 0.62 | 0.31 |
| Hex | 1E | 7E | 3C | 4C | 0 | 34 | 33 | 8B | 3E | 1F |
| Octal | 36 | 176 | 74 | 114 | 0 | 64 | 63 | 213 | 76 | 37 |
| Binary | 11110 | 1111110 | 111100 | 1001100 | 0 | 110100 | 110011 | 10001011 | 111110 | 11111 |
Color Harmonies of #1E7E3C
Complementary color
Monochromatic Colors of #1E7E3C
Black with #1E7E3C
Text Example
Text Example
White with #1E7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E3C; }
p { color: rgb(30,126,60); }
H1.HeaderClassName
{
color: #1E7E3C;
}
.AnyTagClassName
{
color: #1E7E3C;
}
</style>
background-color css
<style>
a { background-color: #1E7E3C; }
a { background-color: rgb(30,126,60); }
div.DivClassName
{
background-color: #1E7E3C;
}
.BgClassName
{
background-color: #1E7E3C;
}
</style>
border-color css
<style>
span { border-color: #1E7E3C; }
span { border-color: rgb(30,126,60); }
td.TdClassName
{
border-color: #1E7E3C;
}
.TagClassName
{
border-color: #1E7E3C;
}
</style>