Shades of San Felix #256D2A
Tints of San Felix #256D2A
RGB
CMYK
RGB Variations
Color information
#256D2A (or 0x256D2A) is known color: San Felix. HEX triplet: 25, 6D and 2A. RGB value is (37,109,42). Sum of RGB (Red+Green+Blue) = 37+109+42=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #256D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D2A is #DA92D5. Grayscale: #505050. Windows color (decimal): -14324438 or 2780453. OLE color: 2780453.
HSL color Cylindrical-coordinate representation of color #256D2A: hue angle of 124.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256D2A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 42 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.57 |
| HSL | 124.17º | 0.49% | 0.29% | - |
| HSV(B) | 124.17º | 0.66% | 0.43% | - |
| XYZ | 6.65 | 11.5 | 4.06 | - |
| YUV | 79.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 42 | 0.66 | 0 | 0.61 | 0.57 | 124.17 | 0.49 | 0.29 |
| Hex | 25 | 6D | 2A | 42 | 0 | 3D | 39 | 7C | 31 | 1D |
| Octal | 45 | 155 | 52 | 102 | 0 | 75 | 71 | 174 | 61 | 35 |
| Binary | 100101 | 1101101 | 101010 | 1000010 | 0 | 111101 | 111001 | 1111100 | 110001 | 11101 |
Color Harmonies of #256D2A
Complementary color
Monochromatic Colors of #256D2A
Black with #256D2A
Text Example
Text Example
White with #256D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D2A; }
p { color: rgb(37,109,42); }
H1.HeaderClassName
{
color: #256D2A;
}
.AnyTagClassName
{
color: #256D2A;
}
</style>
background-color css
<style>
a { background-color: #256D2A; }
a { background-color: rgb(37,109,42); }
div.DivClassName
{
background-color: #256D2A;
}
.BgClassName
{
background-color: #256D2A;
}
</style>
border-color css
<style>
span { border-color: #256D2A; }
span { border-color: rgb(37,109,42); }
td.TdClassName
{
border-color: #256D2A;
}
.TagClassName
{
border-color: #256D2A;
}
</style>