Shades of Camarone #1D7130
Tints of Camarone #1D7130
RGB
CMYK
RGB Variations
Color information
#1D7130 (or 0x1D7130) is known color: Camarone. HEX triplet: 1D, 71 and 30. RGB value is (29,113,48). Sum of RGB (Red+Green+Blue) = 29+113+48=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7130 is #E28ECF. Grayscale: #505050. Windows color (decimal): -14847696 or 3174685. OLE color: 3174685.
HSL color Cylindrical-coordinate representation of color #1D7130: hue angle of 133.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7130 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 48 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.56 |
| HSL | 133.57º | 0.59% | 0.28% | - |
| HSV(B) | 133.57º | 0.74% | 0.44% | - |
| XYZ | 6.95 | 12.28 | 4.8 | - |
| YUV | 80.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 48 | 0.74 | 0 | 0.58 | 0.56 | 133.57 | 0.59 | 0.28 |
| Hex | 1D | 71 | 30 | 4A | 0 | 3A | 38 | 86 | 3B | 1C |
| Octal | 35 | 161 | 60 | 112 | 0 | 72 | 70 | 206 | 73 | 34 |
| Binary | 11101 | 1110001 | 110000 | 1001010 | 0 | 111010 | 111000 | 10000110 | 111011 | 11100 |
Color Harmonies of #1D7130
Complementary color
Monochromatic Colors of #1D7130
Black with #1D7130
Text Example
Text Example
White with #1D7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7130; }
p { color: rgb(29,113,48); }
H1.HeaderClassName
{
color: #1D7130;
}
.AnyTagClassName
{
color: #1D7130;
}
</style>
background-color css
<style>
a { background-color: #1D7130; }
a { background-color: rgb(29,113,48); }
div.DivClassName
{
background-color: #1D7130;
}
.BgClassName
{
background-color: #1D7130;
}
</style>
border-color css
<style>
span { border-color: #1D7130; }
span { border-color: rgb(29,113,48); }
td.TdClassName
{
border-color: #1D7130;
}
.TagClassName
{
border-color: #1D7130;
}
</style>