Shades of Camarone #276B3F
Tints of Camarone #276B3F
RGB
CMYK
RGB Variations
Color information
#276B3F (or 0x276B3F) is known color: Camarone. HEX triplet: 27, 6B and 3F. RGB value is (39,107,63). Sum of RGB (Red+Green+Blue) = 39+107+63=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #276B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276B3F is #D894C0. Grayscale: #515151. Windows color (decimal): -14193857 or 4156199. OLE color: 4156199.
HSL color Cylindrical-coordinate representation of color #276B3F: hue angle of 141.18º 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 #276B3F is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 107 | 63 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.58 |
| HSL | 141.18º | 0.47% | 0.29% | - |
| HSV(B) | 141.18º | 0.64% | 0.42% | - |
| XYZ | 6.99 | 11.31 | 6.52 | - |
| YUV | 81.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 63 | 0.64 | 0 | 0.41 | 0.58 | 141.18 | 0.47 | 0.29 |
| Hex | 27 | 6B | 3F | 40 | 0 | 29 | 3A | 8D | 2F | 1D |
| Octal | 47 | 153 | 77 | 100 | 0 | 51 | 72 | 215 | 57 | 35 |
| Binary | 100111 | 1101011 | 111111 | 1000000 | 0 | 101001 | 111010 | 10001101 | 101111 | 11101 |
Color Harmonies of #276B3F
Complementary color
Monochromatic Colors of #276B3F
Black with #276B3F
Text Example
Text Example
White with #276B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276B3F; }
p { color: rgb(39,107,63); }
H1.HeaderClassName
{
color: #276B3F;
}
.AnyTagClassName
{
color: #276B3F;
}
</style>
background-color css
<style>
a { background-color: #276B3F; }
a { background-color: rgb(39,107,63); }
div.DivClassName
{
background-color: #276B3F;
}
.BgClassName
{
background-color: #276B3F;
}
</style>
border-color css
<style>
span { border-color: #276B3F; }
span { border-color: rgb(39,107,63); }
td.TdClassName
{
border-color: #276B3F;
}
.TagClassName
{
border-color: #276B3F;
}
</style>