Shades of San Felix #1F722A
Tints of San Felix #1F722A
RGB
CMYK
RGB Variations
Color information
#1F722A (or 0x1F722A) is known color: San Felix. HEX triplet: 1F, 72 and 2A. RGB value is (31,114,42). Sum of RGB (Red+Green+Blue) = 31+114+42=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #1F722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F722A is #E08DD5. Grayscale: #515151. Windows color (decimal): -14716374 or 2781727. OLE color: 2781727.
HSL color Cylindrical-coordinate representation of color #1F722A: hue angle of 127.95º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F722A is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 42 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.55 |
| HSL | 127.95º | 0.57% | 0.28% | - |
| HSV(B) | 127.95º | 0.73% | 0.45% | - |
| XYZ | 7 | 12.49 | 4.23 | - |
| YUV | 80.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 42 | 0.73 | 0 | 0.63 | 0.55 | 127.95 | 0.57 | 0.28 |
| Hex | 1F | 72 | 2A | 49 | 0 | 3F | 37 | 80 | 39 | 1C |
| Octal | 37 | 162 | 52 | 111 | 0 | 77 | 67 | 200 | 71 | 34 |
| Binary | 11111 | 1110010 | 101010 | 1001001 | 0 | 111111 | 110111 | 10000000 | 111001 | 11100 |
Color Harmonies of #1F722A
Complementary color
Monochromatic Colors of #1F722A
Black with #1F722A
Text Example
Text Example
White with #1F722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F722A; }
p { color: rgb(31,114,42); }
H1.HeaderClassName
{
color: #1F722A;
}
.AnyTagClassName
{
color: #1F722A;
}
</style>
background-color css
<style>
a { background-color: #1F722A; }
a { background-color: rgb(31,114,42); }
div.DivClassName
{
background-color: #1F722A;
}
.BgClassName
{
background-color: #1F722A;
}
</style>
border-color css
<style>
span { border-color: #1F722A; }
span { border-color: rgb(31,114,42); }
td.TdClassName
{
border-color: #1F722A;
}
.TagClassName
{
border-color: #1F722A;
}
</style>