Shades of San Felix #225F1F
Tints of San Felix #225F1F
RGB
CMYK
RGB Variations
Color information
#225F1F (or 0x225F1F) is known color: San Felix. HEX triplet: 22, 5F and 1F. RGB value is (34,95,31). Sum of RGB (Red+Green+Blue) = 34+95+31=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #225F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225F1F is #DDA0E0. Grayscale: #454545. Windows color (decimal): -14524641 or 2055970. OLE color: 2055970.
HSL color Cylindrical-coordinate representation of color #225F1F: hue angle of 117.19º 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 #225F1F is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 95 | 31 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.63 |
| HSL | 117.19º | 0.51% | 0.25% | - |
| HSV(B) | 117.19º | 0.67% | 0.37% | - |
| XYZ | 5 | 8.62 | 2.7 | - |
| YUV | 69.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 31 | 0.64 | 0 | 0.67 | 0.63 | 117.19 | 0.51 | 0.25 |
| Hex | 22 | 5F | 1F | 40 | 0 | 43 | 3F | 75 | 33 | 19 |
| Octal | 42 | 137 | 37 | 100 | 0 | 103 | 77 | 165 | 63 | 31 |
| Binary | 100010 | 1011111 | 11111 | 1000000 | 0 | 1000011 | 111111 | 1110101 | 110011 | 11001 |
Color Harmonies of #225F1F
Complementary color
Monochromatic Colors of #225F1F
Black with #225F1F
Text Example
Text Example
White with #225F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225F1F; }
p { color: rgb(34,95,31); }
H1.HeaderClassName
{
color: #225F1F;
}
.AnyTagClassName
{
color: #225F1F;
}
</style>
background-color css
<style>
a { background-color: #225F1F; }
a { background-color: rgb(34,95,31); }
div.DivClassName
{
background-color: #225F1F;
}
.BgClassName
{
background-color: #225F1F;
}
</style>
border-color css
<style>
span { border-color: #225F1F; }
span { border-color: rgb(34,95,31); }
td.TdClassName
{
border-color: #225F1F;
}
.TagClassName
{
border-color: #225F1F;
}
</style>