Shades of Camarone #1D7538
Tints of Camarone #1D7538
RGB
CMYK
RGB Variations
Color information
#1D7538 (or 0x1D7538) is known color: Camarone. HEX triplet: 1D, 75 and 38. RGB value is (29,117,56). Sum of RGB (Red+Green+Blue) = 29+117+56=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7538 is #E28AC7. Grayscale: #535353. Windows color (decimal): -14846664 or 3699997. OLE color: 3699997.
HSL color Cylindrical-coordinate representation of color #1D7538: hue angle of 138.41º 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 #1D7538 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 56 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.54 |
| HSL | 138.41º | 0.6% | 0.29% | - |
| HSV(B) | 138.41º | 0.75% | 0.46% | - |
| XYZ | 7.58 | 13.27 | 5.9 | - |
| YUV | 83.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 56 | 0.75 | 0 | 0.52 | 0.54 | 138.41 | 0.6 | 0.29 |
| Hex | 1D | 75 | 38 | 4B | 0 | 34 | 36 | 8A | 3C | 1D |
| Octal | 35 | 165 | 70 | 113 | 0 | 64 | 66 | 212 | 74 | 35 |
| Binary | 11101 | 1110101 | 111000 | 1001011 | 0 | 110100 | 110110 | 10001010 | 111100 | 11101 |
Color Harmonies of #1D7538
Complementary color
Monochromatic Colors of #1D7538
Black with #1D7538
Text Example
Text Example
White with #1D7538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7538; }
p { color: rgb(29,117,56); }
H1.HeaderClassName
{
color: #1D7538;
}
.AnyTagClassName
{
color: #1D7538;
}
</style>
background-color css
<style>
a { background-color: #1D7538; }
a { background-color: rgb(29,117,56); }
div.DivClassName
{
background-color: #1D7538;
}
.BgClassName
{
background-color: #1D7538;
}
</style>
border-color css
<style>
span { border-color: #1D7538; }
span { border-color: rgb(29,117,56); }
td.TdClassName
{
border-color: #1D7538;
}
.TagClassName
{
border-color: #1D7538;
}
</style>