Shades of San Felix #256D2B
Tints of San Felix #256D2B
RGB
CMYK
RGB Variations
Color information
#256D2B (or 0x256D2B) is known color: San Felix. HEX triplet: 25, 6D and 2B. RGB value is (37,109,43). Sum of RGB (Red+Green+Blue) = 37+109+43=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #256D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D2B is #DA92D4. Grayscale: #505050. Windows color (decimal): -14324437 or 2845989. OLE color: 2845989.
HSL color Cylindrical-coordinate representation of color #256D2B: hue angle of 125º 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 #256D2B is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 43 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.57 |
| HSL | 125º | 0.49% | 0.29% | - |
| HSV(B) | 125º | 0.66% | 0.43% | - |
| XYZ | 6.67 | 11.51 | 4.15 | - |
| YUV | 79.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 43 | 0.66 | 0 | 0.61 | 0.57 | 125 | 0.49 | 0.29 |
| Hex | 25 | 6D | 2B | 42 | 0 | 3D | 39 | 7D | 31 | 1D |
| Octal | 45 | 155 | 53 | 102 | 0 | 75 | 71 | 175 | 61 | 35 |
| Binary | 100101 | 1101101 | 101011 | 1000010 | 0 | 111101 | 111001 | 1111101 | 110001 | 11101 |
Color Harmonies of #256D2B
Complementary color
Monochromatic Colors of #256D2B
Black with #256D2B
Text Example
Text Example
White with #256D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D2B; }
p { color: rgb(37,109,43); }
H1.HeaderClassName
{
color: #256D2B;
}
.AnyTagClassName
{
color: #256D2B;
}
</style>
background-color css
<style>
a { background-color: #256D2B; }
a { background-color: rgb(37,109,43); }
div.DivClassName
{
background-color: #256D2B;
}
.BgClassName
{
background-color: #256D2B;
}
</style>
border-color css
<style>
span { border-color: #256D2B; }
span { border-color: rgb(37,109,43); }
td.TdClassName
{
border-color: #256D2B;
}
.TagClassName
{
border-color: #256D2B;
}
</style>