Shades of Camarone #1D7932
Tints of Camarone #1D7932
RGB
CMYK
RGB Variations
Color information
#1D7932 (or 0x1D7932) is known color: Camarone. HEX triplet: 1D, 79 and 32. RGB value is (29,121,50). Sum of RGB (Red+Green+Blue) = 29+121+50=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7932 is #E286CD. Grayscale: #555555. Windows color (decimal): -14845646 or 3307805. OLE color: 3307805.
HSL color Cylindrical-coordinate representation of color #1D7932: hue angle of 133.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7932 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 50 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.53 |
| HSL | 133.7º | 0.61% | 0.29% | - |
| HSV(B) | 133.7º | 0.76% | 0.47% | - |
| XYZ | 7.92 | 14.17 | 5.33 | - |
| YUV | 85.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 50 | 0.76 | 0 | 0.59 | 0.53 | 133.7 | 0.61 | 0.29 |
| Hex | 1D | 79 | 32 | 4C | 0 | 3B | 35 | 86 | 3D | 1D |
| Octal | 35 | 171 | 62 | 114 | 0 | 73 | 65 | 206 | 75 | 35 |
| Binary | 11101 | 1111001 | 110010 | 1001100 | 0 | 111011 | 110101 | 10000110 | 111101 | 11101 |
Color Harmonies of #1D7932
Complementary color
Monochromatic Colors of #1D7932
Black with #1D7932
Text Example
Text Example
White with #1D7932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7932; }
p { color: rgb(29,121,50); }
H1.HeaderClassName
{
color: #1D7932;
}
.AnyTagClassName
{
color: #1D7932;
}
</style>
background-color css
<style>
a { background-color: #1D7932; }
a { background-color: rgb(29,121,50); }
div.DivClassName
{
background-color: #1D7932;
}
.BgClassName
{
background-color: #1D7932;
}
</style>
border-color css
<style>
span { border-color: #1D7932; }
span { border-color: rgb(29,121,50); }
td.TdClassName
{
border-color: #1D7932;
}
.TagClassName
{
border-color: #1D7932;
}
</style>