Shades of Camarone #1D762E
Tints of Camarone #1D762E
RGB
CMYK
RGB Variations
Color information
#1D762E (or 0x1D762E) is known color: Camarone. HEX triplet: 1D, 76 and 2E. RGB value is (29,118,46). Sum of RGB (Red+Green+Blue) = 29+118+46=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #1D762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D762E is #E289D1. Grayscale: #535353. Windows color (decimal): -14846418 or 3044893. OLE color: 3044893.
HSL color Cylindrical-coordinate representation of color #1D762E: hue angle of 131.46º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D762E is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 46 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.54 |
| HSL | 131.46º | 0.61% | 0.29% | - |
| HSV(B) | 131.46º | 0.75% | 0.46% | - |
| XYZ | 7.48 | 13.42 | 4.78 | - |
| YUV | 83.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 46 | 0.75 | 0 | 0.61 | 0.54 | 131.46 | 0.61 | 0.29 |
| Hex | 1D | 76 | 2E | 4B | 0 | 3D | 36 | 83 | 3D | 1D |
| Octal | 35 | 166 | 56 | 113 | 0 | 75 | 66 | 203 | 75 | 35 |
| Binary | 11101 | 1110110 | 101110 | 1001011 | 0 | 111101 | 110110 | 10000011 | 111101 | 11101 |
Color Harmonies of #1D762E
Complementary color
Monochromatic Colors of #1D762E
Black with #1D762E
Text Example
Text Example
White with #1D762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D762E; }
p { color: rgb(29,118,46); }
H1.HeaderClassName
{
color: #1D762E;
}
.AnyTagClassName
{
color: #1D762E;
}
</style>
background-color css
<style>
a { background-color: #1D762E; }
a { background-color: rgb(29,118,46); }
div.DivClassName
{
background-color: #1D762E;
}
.BgClassName
{
background-color: #1D762E;
}
</style>
border-color css
<style>
span { border-color: #1D762E; }
span { border-color: rgb(29,118,46); }
td.TdClassName
{
border-color: #1D762E;
}
.TagClassName
{
border-color: #1D762E;
}
</style>