Shades of Camarone #1D753D
Tints of Camarone #1D753D
RGB
CMYK
RGB Variations
Color information
#1D753D (or 0x1D753D) is known color: Camarone. HEX triplet: 1D, 75 and 3D. RGB value is (29,117,61). Sum of RGB (Red+Green+Blue) = 29+117+61=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #1D753D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D753D is #E28AC2. Grayscale: #545454. Windows color (decimal): -14846659 or 4027677. OLE color: 4027677.
HSL color Cylindrical-coordinate representation of color #1D753D: hue angle of 141.82º degrees, saturation: 0.6, 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 #1D753D is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 61 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.54 |
| HSL | 141.82º | 0.6% | 0.29% | - |
| HSV(B) | 141.82º | 0.75% | 0.46% | - |
| XYZ | 7.71 | 13.32 | 6.58 | - |
| YUV | 84.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 61 | 0.75 | 0 | 0.48 | 0.54 | 141.82 | 0.6 | 0.29 |
| Hex | 1D | 75 | 3D | 4B | 0 | 30 | 36 | 8E | 3C | 1D |
| Octal | 35 | 165 | 75 | 113 | 0 | 60 | 66 | 216 | 74 | 35 |
| Binary | 11101 | 1110101 | 111101 | 1001011 | 0 | 110000 | 110110 | 10001110 | 111100 | 11101 |
Color Harmonies of #1D753D
Complementary color
Monochromatic Colors of #1D753D
Black with #1D753D
Text Example
Text Example
White with #1D753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D753D; }
p { color: rgb(29,117,61); }
H1.HeaderClassName
{
color: #1D753D;
}
.AnyTagClassName
{
color: #1D753D;
}
</style>
background-color css
<style>
a { background-color: #1D753D; }
a { background-color: rgb(29,117,61); }
div.DivClassName
{
background-color: #1D753D;
}
.BgClassName
{
background-color: #1D753D;
}
</style>
border-color css
<style>
span { border-color: #1D753D; }
span { border-color: rgb(29,117,61); }
td.TdClassName
{
border-color: #1D753D;
}
.TagClassName
{
border-color: #1D753D;
}
</style>