Shades of San Felix #275E21
Tints of San Felix #275E21
RGB
CMYK
RGB Variations
Color information
#275E21 (or 0x275E21) is known color: San Felix. HEX triplet: 27, 5E and 21. RGB value is (39,94,33). Sum of RGB (Red+Green+Blue) = 39+94+33=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #275E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E21 is #D8A1DE. Grayscale: #464646. Windows color (decimal): -14197215 or 2186791. OLE color: 2186791.
HSL color Cylindrical-coordinate representation of color #275E21: hue angle of 114.1º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275E21 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 94 | 33 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.63 |
| HSL | 114.1º | 0.48% | 0.25% | - |
| HSV(B) | 114.1º | 0.65% | 0.37% | - |
| XYZ | 5.11 | 8.55 | 2.82 | - |
| YUV | 70.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 33 | 0.59 | 0 | 0.65 | 0.63 | 114.1 | 0.48 | 0.25 |
| Hex | 27 | 5E | 21 | 3B | 0 | 41 | 3F | 72 | 30 | 19 |
| Octal | 47 | 136 | 41 | 73 | 0 | 101 | 77 | 162 | 60 | 31 |
| Binary | 100111 | 1011110 | 100001 | 111011 | 0 | 1000001 | 111111 | 1110010 | 110000 | 11001 |
Color Harmonies of #275E21
Complementary color
Monochromatic Colors of #275E21
Black with #275E21
Text Example
Text Example
White with #275E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275E21; }
p { color: rgb(39,94,33); }
H1.HeaderClassName
{
color: #275E21;
}
.AnyTagClassName
{
color: #275E21;
}
</style>
background-color css
<style>
a { background-color: #275E21; }
a { background-color: rgb(39,94,33); }
div.DivClassName
{
background-color: #275E21;
}
.BgClassName
{
background-color: #275E21;
}
</style>
border-color css
<style>
span { border-color: #275E21; }
span { border-color: rgb(39,94,33); }
td.TdClassName
{
border-color: #275E21;
}
.TagClassName
{
border-color: #275E21;
}
</style>