Shades of Camarone #2D693B
Tints of Camarone #2D693B
RGB
CMYK
RGB Variations
Color information
#2D693B (or 0x2D693B) is known color: Camarone. HEX triplet: 2D, 69 and 3B. RGB value is (45,105,59). Sum of RGB (Red+Green+Blue) = 45+105+59=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #2D693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D693B is #D296C4. Grayscale: #515151. Windows color (decimal): -13801157 or 3893549. OLE color: 3893549.
HSL color Cylindrical-coordinate representation of color #2D693B: hue angle of 134º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D693B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 105 | 59 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.59 |
| HSL | 134º | 0.4% | 0.29% | - |
| HSV(B) | 134º | 0.57% | 0.41% | - |
| XYZ | 6.92 | 10.98 | 5.89 | - |
| YUV | 81.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 59 | 0.57 | 0 | 0.44 | 0.59 | 134 | 0.4 | 0.29 |
| Hex | 2D | 69 | 3B | 39 | 0 | 2C | 3B | 86 | 28 | 1D |
| Octal | 55 | 151 | 73 | 71 | 0 | 54 | 73 | 206 | 50 | 35 |
| Binary | 101101 | 1101001 | 111011 | 111001 | 0 | 101100 | 111011 | 10000110 | 101000 | 11101 |
Color Harmonies of #2D693B
Complementary color
Monochromatic Colors of #2D693B
Black with #2D693B
Text Example
Text Example
White with #2D693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D693B; }
p { color: rgb(45,105,59); }
H1.HeaderClassName
{
color: #2D693B;
}
.AnyTagClassName
{
color: #2D693B;
}
</style>
background-color css
<style>
a { background-color: #2D693B; }
a { background-color: rgb(45,105,59); }
div.DivClassName
{
background-color: #2D693B;
}
.BgClassName
{
background-color: #2D693B;
}
</style>
border-color css
<style>
span { border-color: #2D693B; }
span { border-color: rgb(45,105,59); }
td.TdClassName
{
border-color: #2D693B;
}
.TagClassName
{
border-color: #2D693B;
}
</style>