Shades of San Felix #276F2B
Tints of San Felix #276F2B
RGB
CMYK
RGB Variations
Color information
#276F2B (or 0x276F2B) is known color: San Felix. HEX triplet: 27, 6F and 2B. RGB value is (39,111,43). Sum of RGB (Red+Green+Blue) = 39+111+43=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #276F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F2B is #D890D4. Grayscale: #515151. Windows color (decimal): -14192853 or 2846503. OLE color: 2846503.
HSL color Cylindrical-coordinate representation of color #276F2B: hue angle of 123.33º 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 #276F2B is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 43 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.56 |
| HSL | 123.33º | 0.48% | 0.29% | - |
| HSV(B) | 123.33º | 0.65% | 0.44% | - |
| XYZ | 6.96 | 11.97 | 4.23 | - |
| YUV | 81.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 43 | 0.65 | 0 | 0.61 | 0.56 | 123.33 | 0.48 | 0.29 |
| Hex | 27 | 6F | 2B | 41 | 0 | 3D | 38 | 7B | 30 | 1D |
| Octal | 47 | 157 | 53 | 101 | 0 | 75 | 70 | 173 | 60 | 35 |
| Binary | 100111 | 1101111 | 101011 | 1000001 | 0 | 111101 | 111000 | 1111011 | 110000 | 11101 |
Color Harmonies of #276F2B
Complementary color
Monochromatic Colors of #276F2B
Black with #276F2B
Text Example
Text Example
White with #276F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F2B; }
p { color: rgb(39,111,43); }
H1.HeaderClassName
{
color: #276F2B;
}
.AnyTagClassName
{
color: #276F2B;
}
</style>
background-color css
<style>
a { background-color: #276F2B; }
a { background-color: rgb(39,111,43); }
div.DivClassName
{
background-color: #276F2B;
}
.BgClassName
{
background-color: #276F2B;
}
</style>
border-color css
<style>
span { border-color: #276F2B; }
span { border-color: rgb(39,111,43); }
td.TdClassName
{
border-color: #276F2B;
}
.TagClassName
{
border-color: #276F2B;
}
</style>