Shades of Camarone #2B6638
Tints of Camarone #2B6638
RGB
CMYK
RGB Variations
Color information
#2B6638 (or 0x2B6638) is known color: Camarone. HEX triplet: 2B, 66 and 38. RGB value is (43,102,56). Sum of RGB (Red+Green+Blue) = 43+102+56=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6638 is #D499C7. Grayscale: #4F4F4F. Windows color (decimal): -13933000 or 3696171. OLE color: 3696171.
HSL color Cylindrical-coordinate representation of color #2B6638: hue angle of 133.22º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6638 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 56 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.6 |
| HSL | 133.22º | 0.41% | 0.28% | - |
| HSV(B) | 133.22º | 0.58% | 0.4% | - |
| XYZ | 6.46 | 10.3 | 5.39 | - |
| YUV | 79.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 56 | 0.58 | 0 | 0.45 | 0.6 | 133.22 | 0.41 | 0.28 |
| Hex | 2B | 66 | 38 | 3A | 0 | 2D | 3C | 85 | 29 | 1C |
| Octal | 53 | 146 | 70 | 72 | 0 | 55 | 74 | 205 | 51 | 34 |
| Binary | 101011 | 1100110 | 111000 | 111010 | 0 | 101101 | 111100 | 10000101 | 101001 | 11100 |
Color Harmonies of #2B6638
Complementary color
Monochromatic Colors of #2B6638
Black with #2B6638
Text Example
Text Example
White with #2B6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6638; }
p { color: rgb(43,102,56); }
H1.HeaderClassName
{
color: #2B6638;
}
.AnyTagClassName
{
color: #2B6638;
}
</style>
background-color css
<style>
a { background-color: #2B6638; }
a { background-color: rgb(43,102,56); }
div.DivClassName
{
background-color: #2B6638;
}
.BgClassName
{
background-color: #2B6638;
}
</style>
border-color css
<style>
span { border-color: #2B6638; }
span { border-color: rgb(43,102,56); }
td.TdClassName
{
border-color: #2B6638;
}
.TagClassName
{
border-color: #2B6638;
}
</style>