Shades of Camarone #276C3E
Tints of Camarone #276C3E
RGB
CMYK
RGB Variations
Color information
#276C3E (or 0x276C3E) is known color: Camarone. HEX triplet: 27, 6C and 3E. RGB value is (39,108,62). Sum of RGB (Red+Green+Blue) = 39+108+62=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #276C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276C3E is #D893C1. Grayscale: #525252. Windows color (decimal): -14193602 or 4090919. OLE color: 4090919.
HSL color Cylindrical-coordinate representation of color #276C3E: hue angle of 140º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C3E is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 62 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.58 |
| HSL | 140º | 0.47% | 0.29% | - |
| HSV(B) | 140º | 0.64% | 0.42% | - |
| XYZ | 7.07 | 11.5 | 6.41 | - |
| YUV | 82.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 62 | 0.64 | 0 | 0.43 | 0.58 | 140 | 0.47 | 0.29 |
| Hex | 27 | 6C | 3E | 40 | 0 | 2B | 3A | 8C | 2F | 1D |
| Octal | 47 | 154 | 76 | 100 | 0 | 53 | 72 | 214 | 57 | 35 |
| Binary | 100111 | 1101100 | 111110 | 1000000 | 0 | 101011 | 111010 | 10001100 | 101111 | 11101 |
Color Harmonies of #276C3E
Complementary color
Monochromatic Colors of #276C3E
Black with #276C3E
Text Example
Text Example
White with #276C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C3E; }
p { color: rgb(39,108,62); }
H1.HeaderClassName
{
color: #276C3E;
}
.AnyTagClassName
{
color: #276C3E;
}
</style>
background-color css
<style>
a { background-color: #276C3E; }
a { background-color: rgb(39,108,62); }
div.DivClassName
{
background-color: #276C3E;
}
.BgClassName
{
background-color: #276C3E;
}
</style>
border-color css
<style>
span { border-color: #276C3E; }
span { border-color: rgb(39,108,62); }
td.TdClassName
{
border-color: #276C3E;
}
.TagClassName
{
border-color: #276C3E;
}
</style>