Shades of San Felix #256F2D
Tints of San Felix #256F2D
RGB
CMYK
RGB Variations
Color information
#256F2D (or 0x256F2D) is known color: San Felix. HEX triplet: 25, 6F and 2D. RGB value is (37,111,45). Sum of RGB (Red+Green+Blue) = 37+111+45=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #256F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F2D is #DA90D2. Grayscale: #515151. Windows color (decimal): -14323923 or 2977573. OLE color: 2977573.
HSL color Cylindrical-coordinate representation of color #256F2D: hue angle of 126.49º 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 #256F2D is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 45 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.56 |
| HSL | 126.49º | 0.5% | 0.29% | - |
| HSV(B) | 126.49º | 0.67% | 0.44% | - |
| XYZ | 6.92 | 11.95 | 4.42 | - |
| YUV | 81.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 45 | 0.67 | 0 | 0.59 | 0.56 | 126.49 | 0.5 | 0.29 |
| Hex | 25 | 6F | 2D | 43 | 0 | 3B | 38 | 7E | 32 | 1D |
| Octal | 45 | 157 | 55 | 103 | 0 | 73 | 70 | 176 | 62 | 35 |
| Binary | 100101 | 1101111 | 101101 | 1000011 | 0 | 111011 | 111000 | 1111110 | 110010 | 11101 |
Color Harmonies of #256F2D
Complementary color
Monochromatic Colors of #256F2D
Black with #256F2D
Text Example
Text Example
White with #256F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F2D; }
p { color: rgb(37,111,45); }
H1.HeaderClassName
{
color: #256F2D;
}
.AnyTagClassName
{
color: #256F2D;
}
</style>
background-color css
<style>
a { background-color: #256F2D; }
a { background-color: rgb(37,111,45); }
div.DivClassName
{
background-color: #256F2D;
}
.BgClassName
{
background-color: #256F2D;
}
</style>
border-color css
<style>
span { border-color: #256F2D; }
span { border-color: rgb(37,111,45); }
td.TdClassName
{
border-color: #256F2D;
}
.TagClassName
{
border-color: #256F2D;
}
</style>