Shades of San Felix #1A7023
Tints of San Felix #1A7023
RGB
CMYK
RGB Variations
Color information
#1A7023 (or 0x1A7023) is known color: San Felix. HEX triplet: 1A, 70 and 23. RGB value is (26,112,35). Sum of RGB (Red+Green+Blue) = 26+112+35=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7023 is #E58FDC. Grayscale: #4D4D4D. Windows color (decimal): -15044573 or 2322458. OLE color: 2322458.
HSL color Cylindrical-coordinate representation of color #1A7023: hue angle of 126.28º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7023 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 35 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.56 |
| HSL | 126.28º | 0.62% | 0.27% | - |
| HSV(B) | 126.28º | 0.77% | 0.44% | - |
| XYZ | 6.52 | 11.93 | 3.55 | - |
| YUV | 77.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 35 | 0.77 | 0 | 0.69 | 0.56 | 126.28 | 0.62 | 0.27 |
| Hex | 1A | 70 | 23 | 4D | 0 | 45 | 38 | 7E | 3E | 1B |
| Octal | 32 | 160 | 43 | 115 | 0 | 105 | 70 | 176 | 76 | 33 |
| Binary | 11010 | 1110000 | 100011 | 1001101 | 0 | 1000101 | 111000 | 1111110 | 111110 | 11011 |
Color Harmonies of #1A7023
Complementary color
Monochromatic Colors of #1A7023
Black with #1A7023
Text Example
Text Example
White with #1A7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7023; }
p { color: rgb(26,112,35); }
H1.HeaderClassName
{
color: #1A7023;
}
.AnyTagClassName
{
color: #1A7023;
}
</style>
background-color css
<style>
a { background-color: #1A7023; }
a { background-color: rgb(26,112,35); }
div.DivClassName
{
background-color: #1A7023;
}
.BgClassName
{
background-color: #1A7023;
}
</style>
border-color css
<style>
span { border-color: #1A7023; }
span { border-color: rgb(26,112,35); }
td.TdClassName
{
border-color: #1A7023;
}
.TagClassName
{
border-color: #1A7023;
}
</style>