Shades of San Felix #285F1F
Tints of San Felix #285F1F
RGB
CMYK
RGB Variations
Color information
#285F1F (or 0x285F1F) is known color: San Felix. HEX triplet: 28, 5F and 1F. RGB value is (40,95,31). Sum of RGB (Red+Green+Blue) = 40+95+31=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #285F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F1F is #D7A0E0. Grayscale: #474747. Windows color (decimal): -14131425 or 2055976. OLE color: 2055976.
HSL color Cylindrical-coordinate representation of color #285F1F: hue angle of 111.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285F1F is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 31 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.63 |
| HSL | 111.56º | 0.51% | 0.25% | - |
| HSV(B) | 111.56º | 0.67% | 0.37% | - |
| XYZ | 5.21 | 8.73 | 2.71 | - |
| YUV | 71.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 31 | 0.58 | 0 | 0.67 | 0.63 | 111.56 | 0.51 | 0.25 |
| Hex | 28 | 5F | 1F | 3A | 0 | 43 | 3F | 70 | 33 | 19 |
| Octal | 50 | 137 | 37 | 72 | 0 | 103 | 77 | 160 | 63 | 31 |
| Binary | 101000 | 1011111 | 11111 | 111010 | 0 | 1000011 | 111111 | 1110000 | 110011 | 11001 |
Color Harmonies of #285F1F
Complementary color
Monochromatic Colors of #285F1F
Black with #285F1F
Text Example
Text Example
White with #285F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F1F; }
p { color: rgb(40,95,31); }
H1.HeaderClassName
{
color: #285F1F;
}
.AnyTagClassName
{
color: #285F1F;
}
</style>
background-color css
<style>
a { background-color: #285F1F; }
a { background-color: rgb(40,95,31); }
div.DivClassName
{
background-color: #285F1F;
}
.BgClassName
{
background-color: #285F1F;
}
</style>
border-color css
<style>
span { border-color: #285F1F; }
span { border-color: rgb(40,95,31); }
td.TdClassName
{
border-color: #285F1F;
}
.TagClassName
{
border-color: #285F1F;
}
</style>