Shades of San Felix #256F2B
Tints of San Felix #256F2B
RGB
CMYK
RGB Variations
Color information
#256F2B (or 0x256F2B) is known color: San Felix. HEX triplet: 25, 6F and 2B. RGB value is (37,111,43). Sum of RGB (Red+Green+Blue) = 37+111+43=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #256F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F2B is #DA90D4. Grayscale: #515151. Windows color (decimal): -14323925 or 2846501. OLE color: 2846501.
HSL color Cylindrical-coordinate representation of color #256F2B: hue angle of 124.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F2B is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 43 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.56 |
| HSL | 124.86º | 0.5% | 0.29% | - |
| HSV(B) | 124.86º | 0.67% | 0.44% | - |
| XYZ | 6.88 | 11.94 | 4.23 | - |
| YUV | 81.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 43 | 0.67 | 0 | 0.61 | 0.56 | 124.86 | 0.5 | 0.29 |
| Hex | 25 | 6F | 2B | 43 | 0 | 3D | 38 | 7D | 32 | 1D |
| Octal | 45 | 157 | 53 | 103 | 0 | 75 | 70 | 175 | 62 | 35 |
| Binary | 100101 | 1101111 | 101011 | 1000011 | 0 | 111101 | 111000 | 1111101 | 110010 | 11101 |
Color Harmonies of #256F2B
Complementary color
Monochromatic Colors of #256F2B
Black with #256F2B
Text Example
Text Example
White with #256F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F2B; }
p { color: rgb(37,111,43); }
H1.HeaderClassName
{
color: #256F2B;
}
.AnyTagClassName
{
color: #256F2B;
}
</style>
background-color css
<style>
a { background-color: #256F2B; }
a { background-color: rgb(37,111,43); }
div.DivClassName
{
background-color: #256F2B;
}
.BgClassName
{
background-color: #256F2B;
}
</style>
border-color css
<style>
span { border-color: #256F2B; }
span { border-color: rgb(37,111,43); }
td.TdClassName
{
border-color: #256F2B;
}
.TagClassName
{
border-color: #256F2B;
}
</style>