Shades of Camarone #2D673D
Tints of Camarone #2D673D
RGB
CMYK
RGB Variations
Color information
#2D673D (or 0x2D673D) is known color: Camarone. HEX triplet: 2D, 67 and 3D. RGB value is (45,103,61). Sum of RGB (Red+Green+Blue) = 45+103+61=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #2D673D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D673D is #D298C2. Grayscale: #505050. Windows color (decimal): -13801667 or 4024109. OLE color: 4024109.
HSL color Cylindrical-coordinate representation of color #2D673D: hue angle of 136.55º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D673D is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 61 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.60 |
| HSL | 136.55º | 0.39% | 0.29% | - |
| HSV(B) | 136.55º | 0.56% | 0.4% | - |
| XYZ | 6.77 | 10.6 | 6.1 | - |
| YUV | 80.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 61 | 0.56 | 0 | 0.41 | 0.60 | 136.55 | 0.39 | 0.29 |
| Hex | 2D | 67 | 3D | 38 | 0 | 29 | 3C | 89 | 27 | 1D |
| Octal | 55 | 147 | 75 | 70 | 0 | 51 | 74 | 211 | 47 | 35 |
| Binary | 101101 | 1100111 | 111101 | 111000 | 0 | 101001 | 111100 | 10001001 | 100111 | 11101 |
Color Harmonies of #2D673D
Complementary color
Monochromatic Colors of #2D673D
Black with #2D673D
Text Example
Text Example
White with #2D673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D673D; }
p { color: rgb(45,103,61); }
H1.HeaderClassName
{
color: #2D673D;
}
.AnyTagClassName
{
color: #2D673D;
}
</style>
background-color css
<style>
a { background-color: #2D673D; }
a { background-color: rgb(45,103,61); }
div.DivClassName
{
background-color: #2D673D;
}
.BgClassName
{
background-color: #2D673D;
}
</style>
border-color css
<style>
span { border-color: #2D673D; }
span { border-color: rgb(45,103,61); }
td.TdClassName
{
border-color: #2D673D;
}
.TagClassName
{
border-color: #2D673D;
}
</style>