Shades of Camarone #276D3A
Tints of Camarone #276D3A
RGB
CMYK
RGB Variations
Color information
#276D3A (or 0x276D3A) is known color: Camarone. HEX triplet: 27, 6D and 3A. RGB value is (39,109,58). Sum of RGB (Red+Green+Blue) = 39+109+58=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #276D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D3A is #D892C5. Grayscale: #525252. Windows color (decimal): -14193350 or 3829031. OLE color: 3829031.
HSL color Cylindrical-coordinate representation of color #276D3A: hue angle of 136.29º 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 #276D3A is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 58 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.57 |
| HSL | 136.29º | 0.47% | 0.29% | - |
| HSV(B) | 136.29º | 0.64% | 0.43% | - |
| XYZ | 7.07 | 11.67 | 5.88 | - |
| YUV | 82.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 58 | 0.64 | 0 | 0.47 | 0.57 | 136.29 | 0.47 | 0.29 |
| Hex | 27 | 6D | 3A | 40 | 0 | 2F | 39 | 88 | 2F | 1D |
| Octal | 47 | 155 | 72 | 100 | 0 | 57 | 71 | 210 | 57 | 35 |
| Binary | 100111 | 1101101 | 111010 | 1000000 | 0 | 101111 | 111001 | 10001000 | 101111 | 11101 |
Color Harmonies of #276D3A
Complementary color
Monochromatic Colors of #276D3A
Black with #276D3A
Text Example
Text Example
White with #276D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D3A; }
p { color: rgb(39,109,58); }
H1.HeaderClassName
{
color: #276D3A;
}
.AnyTagClassName
{
color: #276D3A;
}
</style>
background-color css
<style>
a { background-color: #276D3A; }
a { background-color: rgb(39,109,58); }
div.DivClassName
{
background-color: #276D3A;
}
.BgClassName
{
background-color: #276D3A;
}
</style>
border-color css
<style>
span { border-color: #276D3A; }
span { border-color: rgb(39,109,58); }
td.TdClassName
{
border-color: #276D3A;
}
.TagClassName
{
border-color: #276D3A;
}
</style>