Shades of Camarone #1D7430
Tints of Camarone #1D7430
RGB
CMYK
RGB Variations
Color information
#1D7430 (or 0x1D7430) is known color: Camarone. HEX triplet: 1D, 74 and 30. RGB value is (29,116,48). Sum of RGB (Red+Green+Blue) = 29+116+48=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7430 is #E28BCF. Grayscale: #525252. Windows color (decimal): -14846928 or 3175453. OLE color: 3175453.
HSL color Cylindrical-coordinate representation of color #1D7430: hue angle of 133.1º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7430 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 48 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.55 |
| HSL | 133.1º | 0.6% | 0.28% | - |
| HSV(B) | 133.1º | 0.75% | 0.45% | - |
| XYZ | 7.29 | 12.97 | 4.91 | - |
| YUV | 82.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 48 | 0.75 | 0 | 0.59 | 0.55 | 133.1 | 0.6 | 0.28 |
| Hex | 1D | 74 | 30 | 4B | 0 | 3B | 37 | 85 | 3C | 1C |
| Octal | 35 | 164 | 60 | 113 | 0 | 73 | 67 | 205 | 74 | 34 |
| Binary | 11101 | 1110100 | 110000 | 1001011 | 0 | 111011 | 110111 | 10000101 | 111100 | 11100 |
Color Harmonies of #1D7430
Complementary color
Monochromatic Colors of #1D7430
Black with #1D7430
Text Example
Text Example
White with #1D7430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7430; }
p { color: rgb(29,116,48); }
H1.HeaderClassName
{
color: #1D7430;
}
.AnyTagClassName
{
color: #1D7430;
}
</style>
background-color css
<style>
a { background-color: #1D7430; }
a { background-color: rgb(29,116,48); }
div.DivClassName
{
background-color: #1D7430;
}
.BgClassName
{
background-color: #1D7430;
}
</style>
border-color css
<style>
span { border-color: #1D7430; }
span { border-color: rgb(29,116,48); }
td.TdClassName
{
border-color: #1D7430;
}
.TagClassName
{
border-color: #1D7430;
}
</style>