Shades of Camarone #2B743F
Tints of Camarone #2B743F
RGB
CMYK
RGB Variations
Color information
#2B743F (or 0x2B743F) is known color: Camarone. HEX triplet: 2B, 74 and 3F. RGB value is (43,116,63). Sum of RGB (Red+Green+Blue) = 43+116+63=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #2B743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B743F is #D48BC0. Grayscale: #585858. Windows color (decimal): -13929409 or 4158507. OLE color: 4158507.
HSL color Cylindrical-coordinate representation of color #2B743F: hue angle of 136.44º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B743F is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 63 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.55 |
| HSL | 136.44º | 0.46% | 0.31% | - |
| HSV(B) | 136.44º | 0.63% | 0.45% | - |
| XYZ | 8.14 | 13.36 | 6.85 | - |
| YUV | 88.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 63 | 0.63 | 0 | 0.46 | 0.55 | 136.44 | 0.46 | 0.31 |
| Hex | 2B | 74 | 3F | 3F | 0 | 2E | 37 | 88 | 2E | 1F |
| Octal | 53 | 164 | 77 | 77 | 0 | 56 | 67 | 210 | 56 | 37 |
| Binary | 101011 | 1110100 | 111111 | 111111 | 0 | 101110 | 110111 | 10001000 | 101110 | 11111 |
Color Harmonies of #2B743F
Complementary color
Monochromatic Colors of #2B743F
Black with #2B743F
Text Example
Text Example
White with #2B743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B743F; }
p { color: rgb(43,116,63); }
H1.HeaderClassName
{
color: #2B743F;
}
.AnyTagClassName
{
color: #2B743F;
}
</style>
background-color css
<style>
a { background-color: #2B743F; }
a { background-color: rgb(43,116,63); }
div.DivClassName
{
background-color: #2B743F;
}
.BgClassName
{
background-color: #2B743F;
}
</style>
border-color css
<style>
span { border-color: #2B743F; }
span { border-color: rgb(43,116,63); }
td.TdClassName
{
border-color: #2B743F;
}
.TagClassName
{
border-color: #2B743F;
}
</style>