Shades of San Felix #256A1F
Tints of San Felix #256A1F
RGB
CMYK
RGB Variations
Color information
#256A1F (or 0x256A1F) is known color: San Felix. HEX triplet: 25, 6A and 1F. RGB value is (37,106,31). Sum of RGB (Red+Green+Blue) = 37+106+31=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #256A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A1F is #DA95E0. Grayscale: #4D4D4D. Windows color (decimal): -14325217 or 2058789. OLE color: 2058789.
HSL color Cylindrical-coordinate representation of color #256A1F: hue angle of 115.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256A1F is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 106 | 31 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.58 |
| HSL | 115.2º | 0.55% | 0.27% | - |
| HSV(B) | 115.2º | 0.71% | 0.42% | - |
| XYZ | 6.16 | 10.8 | 3.06 | - |
| YUV | 76.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 31 | 0.65 | 0 | 0.71 | 0.58 | 115.2 | 0.55 | 0.27 |
| Hex | 25 | 6A | 1F | 41 | 0 | 47 | 3A | 73 | 37 | 1B |
| Octal | 45 | 152 | 37 | 101 | 0 | 107 | 72 | 163 | 67 | 33 |
| Binary | 100101 | 1101010 | 11111 | 1000001 | 0 | 1000111 | 111010 | 1110011 | 110111 | 11011 |
Color Harmonies of #256A1F
Complementary color
Monochromatic Colors of #256A1F
Black with #256A1F
Text Example
Text Example
White with #256A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A1F; }
p { color: rgb(37,106,31); }
H1.HeaderClassName
{
color: #256A1F;
}
.AnyTagClassName
{
color: #256A1F;
}
</style>
background-color css
<style>
a { background-color: #256A1F; }
a { background-color: rgb(37,106,31); }
div.DivClassName
{
background-color: #256A1F;
}
.BgClassName
{
background-color: #256A1F;
}
</style>
border-color css
<style>
span { border-color: #256A1F; }
span { border-color: rgb(37,106,31); }
td.TdClassName
{
border-color: #256A1F;
}
.TagClassName
{
border-color: #256A1F;
}
</style>