Shades of San Felix #1F631F
Tints of San Felix #1F631F
RGB
CMYK
RGB Variations
Color information
#1F631F (or 0x1F631F) is known color: San Felix. HEX triplet: 1F, 63 and 1F. RGB value is (31,99,31). Sum of RGB (Red+Green+Blue) = 31+99+31=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #1F631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F631F is #E09CE0. Grayscale: #474747. Windows color (decimal): -14720225 or 2056991. OLE color: 2056991.
HSL color Cylindrical-coordinate representation of color #1F631F: hue angle of 120º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F631F is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 31 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.61 |
| HSL | 120º | 0.52% | 0.25% | - |
| HSV(B) | 120º | 0.69% | 0.39% | - |
| XYZ | 5.27 | 9.31 | 2.82 | - |
| YUV | 70.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 31 | 0.69 | 0 | 0.69 | 0.61 | 120 | 0.52 | 0.25 |
| Hex | 1F | 63 | 1F | 45 | 0 | 45 | 3D | 78 | 34 | 19 |
| Octal | 37 | 143 | 37 | 105 | 0 | 105 | 75 | 170 | 64 | 31 |
| Binary | 11111 | 1100011 | 11111 | 1000101 | 0 | 1000101 | 111101 | 1111000 | 110100 | 11001 |
Color Harmonies of #1F631F
Complementary color
Monochromatic Colors of #1F631F
Black with #1F631F
Text Example
Text Example
White with #1F631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F631F; }
p { color: rgb(31,99,31); }
H1.HeaderClassName
{
color: #1F631F;
}
.AnyTagClassName
{
color: #1F631F;
}
</style>
background-color css
<style>
a { background-color: #1F631F; }
a { background-color: rgb(31,99,31); }
div.DivClassName
{
background-color: #1F631F;
}
.BgClassName
{
background-color: #1F631F;
}
</style>
border-color css
<style>
span { border-color: #1F631F; }
span { border-color: rgb(31,99,31); }
td.TdClassName
{
border-color: #1F631F;
}
.TagClassName
{
border-color: #1F631F;
}
</style>