Shades of San Felix #1F7A28
Tints of San Felix #1F7A28
RGB
CMYK
RGB Variations
Color information
#1F7A28 (or 0x1F7A28) is known color: San Felix. HEX triplet: 1F, 7A and 28. RGB value is (31,122,40). Sum of RGB (Red+Green+Blue) = 31+122+40=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7A28 is #E085D7. Grayscale: #555555. Windows color (decimal): -14714328 or 2652703. OLE color: 2652703.
HSL color Cylindrical-coordinate representation of color #1F7A28: hue angle of 125.93º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A28 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 122 | 40 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.52 |
| HSL | 125.93º | 0.59% | 0.3% | - |
| HSV(B) | 125.93º | 0.75% | 0.48% | - |
| XYZ | 7.91 | 14.36 | 4.36 | - |
| YUV | 85.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 40 | 0.75 | 0 | 0.67 | 0.52 | 125.93 | 0.59 | 0.3 |
| Hex | 1F | 7A | 28 | 4B | 0 | 43 | 34 | 7E | 3B | 1E |
| Octal | 37 | 172 | 50 | 113 | 0 | 103 | 64 | 176 | 73 | 36 |
| Binary | 11111 | 1111010 | 101000 | 1001011 | 0 | 1000011 | 110100 | 1111110 | 111011 | 11110 |
Color Harmonies of #1F7A28
Complementary color
Monochromatic Colors of #1F7A28
Black with #1F7A28
Text Example
Text Example
White with #1F7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7A28; }
p { color: rgb(31,122,40); }
H1.HeaderClassName
{
color: #1F7A28;
}
.AnyTagClassName
{
color: #1F7A28;
}
</style>
background-color css
<style>
a { background-color: #1F7A28; }
a { background-color: rgb(31,122,40); }
div.DivClassName
{
background-color: #1F7A28;
}
.BgClassName
{
background-color: #1F7A28;
}
</style>
border-color css
<style>
span { border-color: #1F7A28; }
span { border-color: rgb(31,122,40); }
td.TdClassName
{
border-color: #1F7A28;
}
.TagClassName
{
border-color: #1F7A28;
}
</style>