Shades of Camarone #2B763F
Tints of Camarone #2B763F
RGB
CMYK
RGB Variations
Color information
#2B763F (or 0x2B763F) is known color: Camarone. HEX triplet: 2B, 76 and 3F. RGB value is (43,118,63). Sum of RGB (Red+Green+Blue) = 43+118+63=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #2B763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B763F is #D489C0. Grayscale: #595959. Windows color (decimal): -13928897 or 4159019. OLE color: 4159019.
HSL color Cylindrical-coordinate representation of color #2B763F: hue angle of 136º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B763F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 63 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.54 |
| HSL | 136º | 0.47% | 0.32% | - |
| HSV(B) | 136º | 0.64% | 0.46% | - |
| XYZ | 8.37 | 13.83 | 6.93 | - |
| YUV | 89.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 63 | 0.64 | 0 | 0.47 | 0.54 | 136 | 0.47 | 0.32 |
| Hex | 2B | 76 | 3F | 40 | 0 | 2F | 36 | 88 | 2F | 20 |
| Octal | 53 | 166 | 77 | 100 | 0 | 57 | 66 | 210 | 57 | 40 |
| Binary | 101011 | 1110110 | 111111 | 1000000 | 0 | 101111 | 110110 | 10001000 | 101111 | 100000 |
Color Harmonies of #2B763F
Complementary color
Monochromatic Colors of #2B763F
Black with #2B763F
Text Example
Text Example
White with #2B763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B763F; }
p { color: rgb(43,118,63); }
H1.HeaderClassName
{
color: #2B763F;
}
.AnyTagClassName
{
color: #2B763F;
}
</style>
background-color css
<style>
a { background-color: #2B763F; }
a { background-color: rgb(43,118,63); }
div.DivClassName
{
background-color: #2B763F;
}
.BgClassName
{
background-color: #2B763F;
}
</style>
border-color css
<style>
span { border-color: #2B763F; }
span { border-color: rgb(43,118,63); }
td.TdClassName
{
border-color: #2B763F;
}
.TagClassName
{
border-color: #2B763F;
}
</style>