Shades of San Felix #256D2F
Tints of San Felix #256D2F
RGB
CMYK
RGB Variations
Color information
#256D2F (or 0x256D2F) is known color: San Felix. HEX triplet: 25, 6D and 2F. RGB value is (37,109,47). Sum of RGB (Red+Green+Blue) = 37+109+47=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #256D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D2F is #DA92D0. Grayscale: #505050. Windows color (decimal): -14324433 or 3108133. OLE color: 3108133.
HSL color Cylindrical-coordinate representation of color #256D2F: hue angle of 128.33º 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 #256D2F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 47 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.57 |
| HSL | 128.33º | 0.49% | 0.29% | - |
| HSV(B) | 128.33º | 0.66% | 0.43% | - |
| XYZ | 6.74 | 11.54 | 4.56 | - |
| YUV | 80.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 47 | 0.66 | 0 | 0.57 | 0.57 | 128.33 | 0.49 | 0.29 |
| Hex | 25 | 6D | 2F | 42 | 0 | 39 | 39 | 80 | 31 | 1D |
| Octal | 45 | 155 | 57 | 102 | 0 | 71 | 71 | 200 | 61 | 35 |
| Binary | 100101 | 1101101 | 101111 | 1000010 | 0 | 111001 | 111001 | 10000000 | 110001 | 11101 |
Color Harmonies of #256D2F
Complementary color
Monochromatic Colors of #256D2F
Black with #256D2F
Text Example
Text Example
White with #256D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D2F; }
p { color: rgb(37,109,47); }
H1.HeaderClassName
{
color: #256D2F;
}
.AnyTagClassName
{
color: #256D2F;
}
</style>
background-color css
<style>
a { background-color: #256D2F; }
a { background-color: rgb(37,109,47); }
div.DivClassName
{
background-color: #256D2F;
}
.BgClassName
{
background-color: #256D2F;
}
</style>
border-color css
<style>
span { border-color: #256D2F; }
span { border-color: rgb(37,109,47); }
td.TdClassName
{
border-color: #256D2F;
}
.TagClassName
{
border-color: #256D2F;
}
</style>