Shades of San Felix #245F1F
Tints of San Felix #245F1F
RGB
CMYK
RGB Variations
Color information
#245F1F (or 0x245F1F) is known color: San Felix. HEX triplet: 24, 5F and 1F. RGB value is (36,95,31). Sum of RGB (Red+Green+Blue) = 36+95+31=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #245F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F1F is #DBA0E0. Grayscale: #464646. Windows color (decimal): -14393569 or 2055972. OLE color: 2055972.
HSL color Cylindrical-coordinate representation of color #245F1F: hue angle of 115.31º 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 #245F1F is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 31 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.63 |
| HSL | 115.31º | 0.51% | 0.25% | - |
| HSV(B) | 115.31º | 0.67% | 0.37% | - |
| XYZ | 5.07 | 8.66 | 2.7 | - |
| YUV | 70.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 31 | 0.62 | 0 | 0.67 | 0.63 | 115.31 | 0.51 | 0.25 |
| Hex | 24 | 5F | 1F | 3E | 0 | 43 | 3F | 73 | 33 | 19 |
| Octal | 44 | 137 | 37 | 76 | 0 | 103 | 77 | 163 | 63 | 31 |
| Binary | 100100 | 1011111 | 11111 | 111110 | 0 | 1000011 | 111111 | 1110011 | 110011 | 11001 |
Color Harmonies of #245F1F
Complementary color
Monochromatic Colors of #245F1F
Black with #245F1F
Text Example
Text Example
White with #245F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F1F; }
p { color: rgb(36,95,31); }
H1.HeaderClassName
{
color: #245F1F;
}
.AnyTagClassName
{
color: #245F1F;
}
</style>
background-color css
<style>
a { background-color: #245F1F; }
a { background-color: rgb(36,95,31); }
div.DivClassName
{
background-color: #245F1F;
}
.BgClassName
{
background-color: #245F1F;
}
</style>
border-color css
<style>
span { border-color: #245F1F; }
span { border-color: rgb(36,95,31); }
td.TdClassName
{
border-color: #245F1F;
}
.TagClassName
{
border-color: #245F1F;
}
</style>