Shades of San Felix #276D2F
Tints of San Felix #276D2F
RGB
CMYK
RGB Variations
Color information
#276D2F (or 0x276D2F) is known color: San Felix. HEX triplet: 27, 6D and 2F. RGB value is (39,109,47). Sum of RGB (Red+Green+Blue) = 39+109+47=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #276D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D2F is #D892D0. Grayscale: #515151. Windows color (decimal): -14193361 or 3108135. OLE color: 3108135.
HSL color Cylindrical-coordinate representation of color #276D2F: hue angle of 126.86º 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 #276D2F is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 47 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.57 |
| HSL | 126.86º | 0.47% | 0.29% | - |
| HSV(B) | 126.86º | 0.64% | 0.43% | - |
| XYZ | 6.82 | 11.57 | 4.56 | - |
| YUV | 81 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 47 | 0.64 | 0 | 0.57 | 0.57 | 126.86 | 0.47 | 0.29 |
| Hex | 27 | 6D | 2F | 40 | 0 | 39 | 39 | 7F | 2F | 1D |
| Octal | 47 | 155 | 57 | 100 | 0 | 71 | 71 | 177 | 57 | 35 |
| Binary | 100111 | 1101101 | 101111 | 1000000 | 0 | 111001 | 111001 | 1111111 | 101111 | 11101 |
Color Harmonies of #276D2F
Complementary color
Monochromatic Colors of #276D2F
Black with #276D2F
Text Example
Text Example
White with #276D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D2F; }
p { color: rgb(39,109,47); }
H1.HeaderClassName
{
color: #276D2F;
}
.AnyTagClassName
{
color: #276D2F;
}
</style>
background-color css
<style>
a { background-color: #276D2F; }
a { background-color: rgb(39,109,47); }
div.DivClassName
{
background-color: #276D2F;
}
.BgClassName
{
background-color: #276D2F;
}
</style>
border-color css
<style>
span { border-color: #276D2F; }
span { border-color: rgb(39,109,47); }
td.TdClassName
{
border-color: #276D2F;
}
.TagClassName
{
border-color: #276D2F;
}
</style>