Shades of Camarone #1D6730
Tints of Camarone #1D6730
RGB
CMYK
RGB Variations
Color information
#1D6730 (or 0x1D6730) is known color: Camarone. HEX triplet: 1D, 67 and 30. RGB value is (29,103,48). Sum of RGB (Red+Green+Blue) = 29+103+48=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #1D6730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6730 is #E298CF. Grayscale: #4A4A4A. Windows color (decimal): -14850256 or 3172125. OLE color: 3172125.
HSL color Cylindrical-coordinate representation of color #1D6730: hue angle of 135.41º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6730 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 103 | 48 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.60 |
| HSL | 135.41º | 0.56% | 0.26% | - |
| HSV(B) | 135.41º | 0.72% | 0.4% | - |
| XYZ | 5.89 | 10.18 | 4.45 | - |
| YUV | 74.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 48 | 0.72 | 0 | 0.53 | 0.60 | 135.41 | 0.56 | 0.26 |
| Hex | 1D | 67 | 30 | 48 | 0 | 35 | 3C | 87 | 38 | 1A |
| Octal | 35 | 147 | 60 | 110 | 0 | 65 | 74 | 207 | 70 | 32 |
| Binary | 11101 | 1100111 | 110000 | 1001000 | 0 | 110101 | 111100 | 10000111 | 111000 | 11010 |
Color Harmonies of #1D6730
Complementary color
Monochromatic Colors of #1D6730
Black with #1D6730
Text Example
Text Example
White with #1D6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6730; }
p { color: rgb(29,103,48); }
H1.HeaderClassName
{
color: #1D6730;
}
.AnyTagClassName
{
color: #1D6730;
}
</style>
background-color css
<style>
a { background-color: #1D6730; }
a { background-color: rgb(29,103,48); }
div.DivClassName
{
background-color: #1D6730;
}
.BgClassName
{
background-color: #1D6730;
}
</style>
border-color css
<style>
span { border-color: #1D6730; }
span { border-color: rgb(29,103,48); }
td.TdClassName
{
border-color: #1D6730;
}
.TagClassName
{
border-color: #1D6730;
}
</style>