Shades of San Felix #276F2F
Tints of San Felix #276F2F
RGB
CMYK
RGB Variations
Color information
#276F2F (or 0x276F2F) is known color: San Felix. HEX triplet: 27, 6F and 2F. RGB value is (39,111,47). Sum of RGB (Red+Green+Blue) = 39+111+47=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #276F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F2F is #D890D0. Grayscale: #525252. Windows color (decimal): -14192849 or 3108647. OLE color: 3108647.
HSL color Cylindrical-coordinate representation of color #276F2F: hue angle of 126.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F2F is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 47 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.56 |
| HSL | 126.67º | 0.48% | 0.29% | - |
| HSV(B) | 126.67º | 0.65% | 0.44% | - |
| XYZ | 7.03 | 12.01 | 4.64 | - |
| YUV | 82.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 47 | 0.65 | 0 | 0.58 | 0.56 | 126.67 | 0.48 | 0.29 |
| Hex | 27 | 6F | 2F | 41 | 0 | 3A | 38 | 7F | 30 | 1D |
| Octal | 47 | 157 | 57 | 101 | 0 | 72 | 70 | 177 | 60 | 35 |
| Binary | 100111 | 1101111 | 101111 | 1000001 | 0 | 111010 | 111000 | 1111111 | 110000 | 11101 |
Color Harmonies of #276F2F
Complementary color
Monochromatic Colors of #276F2F
Black with #276F2F
Text Example
Text Example
White with #276F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F2F; }
p { color: rgb(39,111,47); }
H1.HeaderClassName
{
color: #276F2F;
}
.AnyTagClassName
{
color: #276F2F;
}
</style>
background-color css
<style>
a { background-color: #276F2F; }
a { background-color: rgb(39,111,47); }
div.DivClassName
{
background-color: #276F2F;
}
.BgClassName
{
background-color: #276F2F;
}
</style>
border-color css
<style>
span { border-color: #276F2F; }
span { border-color: rgb(39,111,47); }
td.TdClassName
{
border-color: #276F2F;
}
.TagClassName
{
border-color: #276F2F;
}
</style>