Shades of Camarone #2D643D
Tints of Camarone #2D643D
RGB
CMYK
RGB Variations
Color information
#2D643D (or 0x2D643D) is known color: Camarone. HEX triplet: 2D, 64 and 3D. RGB value is (45,100,61). Sum of RGB (Red+Green+Blue) = 45+100+61=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #2D643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D643D is #D29BC2. Grayscale: #4F4F4F. Windows color (decimal): -13802435 or 4023341. OLE color: 4023341.
HSL color Cylindrical-coordinate representation of color #2D643D: hue angle of 137.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D643D is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 61 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.61 |
| HSL | 137.45º | 0.38% | 0.28% | - |
| HSV(B) | 137.45º | 0.55% | 0.39% | - |
| XYZ | 6.48 | 10.01 | 6.01 | - |
| YUV | 79.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 61 | 0.55 | 0 | 0.39 | 0.61 | 137.45 | 0.38 | 0.28 |
| Hex | 2D | 64 | 3D | 37 | 0 | 27 | 3D | 89 | 26 | 1C |
| Octal | 55 | 144 | 75 | 67 | 0 | 47 | 75 | 211 | 46 | 34 |
| Binary | 101101 | 1100100 | 111101 | 110111 | 0 | 100111 | 111101 | 10001001 | 100110 | 11100 |
Color Harmonies of #2D643D
Complementary color
Monochromatic Colors of #2D643D
Black with #2D643D
Text Example
Text Example
White with #2D643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D643D; }
p { color: rgb(45,100,61); }
H1.HeaderClassName
{
color: #2D643D;
}
.AnyTagClassName
{
color: #2D643D;
}
</style>
background-color css
<style>
a { background-color: #2D643D; }
a { background-color: rgb(45,100,61); }
div.DivClassName
{
background-color: #2D643D;
}
.BgClassName
{
background-color: #2D643D;
}
</style>
border-color css
<style>
span { border-color: #2D643D; }
span { border-color: rgb(45,100,61); }
td.TdClassName
{
border-color: #2D643D;
}
.TagClassName
{
border-color: #2D643D;
}
</style>