Shades of Camarone #2B683F
Tints of Camarone #2B683F
RGB
CMYK
RGB Variations
Color information
#2B683F (or 0x2B683F) is known color: Camarone. HEX triplet: 2B, 68 and 3F. RGB value is (43,104,63). Sum of RGB (Red+Green+Blue) = 43+104+63=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #2B683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B683F is #D497C0. Grayscale: #515151. Windows color (decimal): -13932481 or 4155435. OLE color: 4155435.
HSL color Cylindrical-coordinate representation of color #2B683F: hue angle of 139.67º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B683F is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 63 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.59 |
| HSL | 139.67º | 0.41% | 0.29% | - |
| HSV(B) | 139.67º | 0.59% | 0.41% | - |
| XYZ | 6.84 | 10.77 | 6.42 | - |
| YUV | 81.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 63 | 0.59 | 0 | 0.39 | 0.59 | 139.67 | 0.41 | 0.29 |
| Hex | 2B | 68 | 3F | 3B | 0 | 27 | 3B | 8C | 29 | 1D |
| Octal | 53 | 150 | 77 | 73 | 0 | 47 | 73 | 214 | 51 | 35 |
| Binary | 101011 | 1101000 | 111111 | 111011 | 0 | 100111 | 111011 | 10001100 | 101001 | 11101 |
Color Harmonies of #2B683F
Complementary color
Monochromatic Colors of #2B683F
Black with #2B683F
Text Example
Text Example
White with #2B683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B683F; }
p { color: rgb(43,104,63); }
H1.HeaderClassName
{
color: #2B683F;
}
.AnyTagClassName
{
color: #2B683F;
}
</style>
background-color css
<style>
a { background-color: #2B683F; }
a { background-color: rgb(43,104,63); }
div.DivClassName
{
background-color: #2B683F;
}
.BgClassName
{
background-color: #2B683F;
}
</style>
border-color css
<style>
span { border-color: #2B683F; }
span { border-color: rgb(43,104,63); }
td.TdClassName
{
border-color: #2B683F;
}
.TagClassName
{
border-color: #2B683F;
}
</style>