Shades of Camarone #1D803B
Tints of Camarone #1D803B
RGB
CMYK
RGB Variations
Color information
#1D803B (or 0x1D803B) is known color: Camarone. HEX triplet: 1D, 80 and 3B. RGB value is (29,128,59). Sum of RGB (Red+Green+Blue) = 29+128+59=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #1D803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D803B is #E27FC4. Grayscale: #5A5A5A. Windows color (decimal): -14843845 or 3899421. OLE color: 3899421.
HSL color Cylindrical-coordinate representation of color #1D803B: hue angle of 138.18º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D803B is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 59 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.50 |
| HSL | 138.18º | 0.63% | 0.31% | - |
| HSV(B) | 138.18º | 0.77% | 0.5% | - |
| XYZ | 9.02 | 16.02 | 6.75 | - |
| YUV | 90.53 | 110.2 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 59 | 0.77 | 0 | 0.54 | 0.50 | 138.18 | 0.63 | 0.31 |
| Hex | 1D | 80 | 3B | 4D | 0 | 36 | 32 | 8A | 3F | 1F |
| Octal | 35 | 200 | 73 | 115 | 0 | 66 | 62 | 212 | 77 | 37 |
| Binary | 11101 | 10000000 | 111011 | 1001101 | 0 | 110110 | 110010 | 10001010 | 111111 | 11111 |
Color Harmonies of #1D803B
Complementary color
Monochromatic Colors of #1D803B
Black with #1D803B
Text Example
Text Example
White with #1D803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D803B; }
p { color: rgb(29,128,59); }
H1.HeaderClassName
{
color: #1D803B;
}
.AnyTagClassName
{
color: #1D803B;
}
</style>
background-color css
<style>
a { background-color: #1D803B; }
a { background-color: rgb(29,128,59); }
div.DivClassName
{
background-color: #1D803B;
}
.BgClassName
{
background-color: #1D803B;
}
</style>
border-color css
<style>
span { border-color: #1D803B; }
span { border-color: rgb(29,128,59); }
td.TdClassName
{
border-color: #1D803B;
}
.TagClassName
{
border-color: #1D803B;
}
</style>