Shades of Camarone #2D7040
Tints of Camarone #2D7040
RGB
CMYK
RGB Variations
Color information
#2D7040 (or 0x2D7040) is known color: Camarone. HEX triplet: 2D, 70 and 40. RGB value is (45,112,64). Sum of RGB (Red+Green+Blue) = 45+112+64=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7040 is #D28FBF. Grayscale: #565656. Windows color (decimal): -13799360 or 4223021. OLE color: 4223021.
HSL color Cylindrical-coordinate representation of color #2D7040: hue angle of 137.01º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7040 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 64 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.56 |
| HSL | 137.01º | 0.43% | 0.31% | - |
| HSV(B) | 137.01º | 0.6% | 0.44% | - |
| XYZ | 7.8 | 12.52 | 6.86 | - |
| YUV | 86.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 64 | 0.60 | 0 | 0.43 | 0.56 | 137.01 | 0.43 | 0.31 |
| Hex | 2D | 70 | 40 | 3C | 0 | 2B | 38 | 89 | 2B | 1F |
| Octal | 55 | 160 | 100 | 74 | 0 | 53 | 70 | 211 | 53 | 37 |
| Binary | 101101 | 1110000 | 1000000 | 111100 | 0 | 101011 | 111000 | 10001001 | 101011 | 11111 |
Color Harmonies of #2D7040
Complementary color
Monochromatic Colors of #2D7040
Black with #2D7040
Text Example
Text Example
White with #2D7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7040; }
p { color: rgb(45,112,64); }
H1.HeaderClassName
{
color: #2D7040;
}
.AnyTagClassName
{
color: #2D7040;
}
</style>
background-color css
<style>
a { background-color: #2D7040; }
a { background-color: rgb(45,112,64); }
div.DivClassName
{
background-color: #2D7040;
}
.BgClassName
{
background-color: #2D7040;
}
</style>
border-color css
<style>
span { border-color: #2D7040; }
span { border-color: rgb(45,112,64); }
td.TdClassName
{
border-color: #2D7040;
}
.TagClassName
{
border-color: #2D7040;
}
</style>