Shades of San Felix #275F22
Tints of San Felix #275F22
RGB
CMYK
RGB Variations
Color information
#275F22 (or 0x275F22) is known color: San Felix. HEX triplet: 27, 5F and 22. RGB value is (39,95,34). Sum of RGB (Red+Green+Blue) = 39+95+34=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #275F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275F22 is #D8A0DD. Grayscale: #474747. Windows color (decimal): -14196958 or 2252583. OLE color: 2252583.
HSL color Cylindrical-coordinate representation of color #275F22: hue angle of 115.08º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275F22 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 95 | 34 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.63 |
| HSL | 115.08º | 0.47% | 0.25% | - |
| HSV(B) | 115.08º | 0.64% | 0.37% | - |
| XYZ | 5.22 | 8.73 | 2.92 | - |
| YUV | 71.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 34 | 0.59 | 0 | 0.64 | 0.63 | 115.08 | 0.47 | 0.25 |
| Hex | 27 | 5F | 22 | 3B | 0 | 40 | 3F | 73 | 2F | 19 |
| Octal | 47 | 137 | 42 | 73 | 0 | 100 | 77 | 163 | 57 | 31 |
| Binary | 100111 | 1011111 | 100010 | 111011 | 0 | 1000000 | 111111 | 1110011 | 101111 | 11001 |
Color Harmonies of #275F22
Complementary color
Monochromatic Colors of #275F22
Black with #275F22
Text Example
Text Example
White with #275F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F22; }
p { color: rgb(39,95,34); }
H1.HeaderClassName
{
color: #275F22;
}
.AnyTagClassName
{
color: #275F22;
}
</style>
background-color css
<style>
a { background-color: #275F22; }
a { background-color: rgb(39,95,34); }
div.DivClassName
{
background-color: #275F22;
}
.BgClassName
{
background-color: #275F22;
}
</style>
border-color css
<style>
span { border-color: #275F22; }
span { border-color: rgb(39,95,34); }
td.TdClassName
{
border-color: #275F22;
}
.TagClassName
{
border-color: #275F22;
}
</style>