Shades of San Felix #245E23
Tints of San Felix #245E23
RGB
CMYK
RGB Variations
Color information
#245E23 (or 0x245E23) is known color: San Felix. HEX triplet: 24, 5E and 23. RGB value is (36,94,35). Sum of RGB (Red+Green+Blue) = 36+94+35=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #245E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245E23 is #DBA1DC. Grayscale: #464646. Windows color (decimal): -14393821 or 2317860. OLE color: 2317860.
HSL color Cylindrical-coordinate representation of color #245E23: hue angle of 118.98º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245E23 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 94 | 35 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.63 |
| HSL | 118.98º | 0.46% | 0.25% | - |
| HSV(B) | 118.98º | 0.63% | 0.37% | - |
| XYZ | 5.03 | 8.5 | 2.97 | - |
| YUV | 69.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 35 | 0.62 | 0 | 0.63 | 0.63 | 118.98 | 0.46 | 0.25 |
| Hex | 24 | 5E | 23 | 3E | 0 | 3F | 3F | 77 | 2E | 19 |
| Octal | 44 | 136 | 43 | 76 | 0 | 77 | 77 | 167 | 56 | 31 |
| Binary | 100100 | 1011110 | 100011 | 111110 | 0 | 111111 | 111111 | 1110111 | 101110 | 11001 |
Color Harmonies of #245E23
Complementary color
Monochromatic Colors of #245E23
Black with #245E23
Text Example
Text Example
White with #245E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E23; }
p { color: rgb(36,94,35); }
H1.HeaderClassName
{
color: #245E23;
}
.AnyTagClassName
{
color: #245E23;
}
</style>
background-color css
<style>
a { background-color: #245E23; }
a { background-color: rgb(36,94,35); }
div.DivClassName
{
background-color: #245E23;
}
.BgClassName
{
background-color: #245E23;
}
</style>
border-color css
<style>
span { border-color: #245E23; }
span { border-color: rgb(36,94,35); }
td.TdClassName
{
border-color: #245E23;
}
.TagClassName
{
border-color: #245E23;
}
</style>