Shades of Camarone #1D7438
Tints of Camarone #1D7438
RGB
CMYK
RGB Variations
Color information
#1D7438 (or 0x1D7438) is known color: Camarone. HEX triplet: 1D, 74 and 38. RGB value is (29,116,56). Sum of RGB (Red+Green+Blue) = 29+116+56=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7438 is #E28BC7. Grayscale: #535353. Windows color (decimal): -14846920 or 3699741. OLE color: 3699741.
HSL color Cylindrical-coordinate representation of color #1D7438: hue angle of 138.62º 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 #1D7438 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 56 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.55 |
| HSL | 138.62º | 0.6% | 0.28% | - |
| HSV(B) | 138.62º | 0.75% | 0.45% | - |
| XYZ | 7.47 | 13.04 | 5.86 | - |
| YUV | 83.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 56 | 0.75 | 0 | 0.52 | 0.55 | 138.62 | 0.6 | 0.28 |
| Hex | 1D | 74 | 38 | 4B | 0 | 34 | 37 | 8B | 3C | 1C |
| Octal | 35 | 164 | 70 | 113 | 0 | 64 | 67 | 213 | 74 | 34 |
| Binary | 11101 | 1110100 | 111000 | 1001011 | 0 | 110100 | 110111 | 10001011 | 111100 | 11100 |
Color Harmonies of #1D7438
Complementary color
Monochromatic Colors of #1D7438
Black with #1D7438
Text Example
Text Example
White with #1D7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7438; }
p { color: rgb(29,116,56); }
H1.HeaderClassName
{
color: #1D7438;
}
.AnyTagClassName
{
color: #1D7438;
}
</style>
background-color css
<style>
a { background-color: #1D7438; }
a { background-color: rgb(29,116,56); }
div.DivClassName
{
background-color: #1D7438;
}
.BgClassName
{
background-color: #1D7438;
}
</style>
border-color css
<style>
span { border-color: #1D7438; }
span { border-color: rgb(29,116,56); }
td.TdClassName
{
border-color: #1D7438;
}
.TagClassName
{
border-color: #1D7438;
}
</style>