Shades of Camarone #1E7331
Tints of Camarone #1E7331
RGB
CMYK
RGB Variations
Color information
#1E7331 (or 0x1E7331) is known color: Camarone. HEX triplet: 1E, 73 and 31. RGB value is (30,115,49). Sum of RGB (Red+Green+Blue) = 30+115+49=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7331 is #E18CCE. Grayscale: #525252. Windows color (decimal): -14781647 or 3240734. OLE color: 3240734.
HSL color Cylindrical-coordinate representation of color #1E7331: hue angle of 133.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7331 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 49 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.55 |
| HSL | 133.41º | 0.59% | 0.28% | - |
| HSV(B) | 133.41º | 0.74% | 0.45% | - |
| XYZ | 7.22 | 12.76 | 4.99 | - |
| YUV | 82.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 49 | 0.74 | 0 | 0.57 | 0.55 | 133.41 | 0.59 | 0.28 |
| Hex | 1E | 73 | 31 | 4A | 0 | 39 | 37 | 85 | 3B | 1C |
| Octal | 36 | 163 | 61 | 112 | 0 | 71 | 67 | 205 | 73 | 34 |
| Binary | 11110 | 1110011 | 110001 | 1001010 | 0 | 111001 | 110111 | 10000101 | 111011 | 11100 |
Color Harmonies of #1E7331
Complementary color
Monochromatic Colors of #1E7331
Black with #1E7331
Text Example
Text Example
White with #1E7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7331; }
p { color: rgb(30,115,49); }
H1.HeaderClassName
{
color: #1E7331;
}
.AnyTagClassName
{
color: #1E7331;
}
</style>
background-color css
<style>
a { background-color: #1E7331; }
a { background-color: rgb(30,115,49); }
div.DivClassName
{
background-color: #1E7331;
}
.BgClassName
{
background-color: #1E7331;
}
</style>
border-color css
<style>
span { border-color: #1E7331; }
span { border-color: rgb(30,115,49); }
td.TdClassName
{
border-color: #1E7331;
}
.TagClassName
{
border-color: #1E7331;
}
</style>