Shades of Camarone #276D3E
Tints of Camarone #276D3E
RGB
CMYK
RGB Variations
Color information
#276D3E (or 0x276D3E) is known color: Camarone. HEX triplet: 27, 6D and 3E. RGB value is (39,109,62). Sum of RGB (Red+Green+Blue) = 39+109+62=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #276D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D3E is #D892C1. Grayscale: #525252. Windows color (decimal): -14193346 or 4091175. OLE color: 4091175.
HSL color Cylindrical-coordinate representation of color #276D3E: hue angle of 139.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D3E is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 62 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.57 |
| HSL | 139.71º | 0.47% | 0.29% | - |
| HSV(B) | 139.71º | 0.64% | 0.43% | - |
| XYZ | 7.17 | 11.72 | 6.44 | - |
| YUV | 82.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 62 | 0.64 | 0 | 0.43 | 0.57 | 139.71 | 0.47 | 0.29 |
| Hex | 27 | 6D | 3E | 40 | 0 | 2B | 39 | 8C | 2F | 1D |
| Octal | 47 | 155 | 76 | 100 | 0 | 53 | 71 | 214 | 57 | 35 |
| Binary | 100111 | 1101101 | 111110 | 1000000 | 0 | 101011 | 111001 | 10001100 | 101111 | 11101 |
Color Harmonies of #276D3E
Complementary color
Monochromatic Colors of #276D3E
Black with #276D3E
Text Example
Text Example
White with #276D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D3E; }
p { color: rgb(39,109,62); }
H1.HeaderClassName
{
color: #276D3E;
}
.AnyTagClassName
{
color: #276D3E;
}
</style>
background-color css
<style>
a { background-color: #276D3E; }
a { background-color: rgb(39,109,62); }
div.DivClassName
{
background-color: #276D3E;
}
.BgClassName
{
background-color: #276D3E;
}
</style>
border-color css
<style>
span { border-color: #276D3E; }
span { border-color: rgb(39,109,62); }
td.TdClassName
{
border-color: #276D3E;
}
.TagClassName
{
border-color: #276D3E;
}
</style>