Shades of San Felix #1B6225
Tints of San Felix #1B6225
RGB
CMYK
RGB Variations
Color information
#1B6225 (or 0x1B6225) is known color: San Felix. HEX triplet: 1B, 62 and 25. RGB value is (27,98,37). Sum of RGB (Red+Green+Blue) = 27+98+37=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6225 is #E49DDA. Grayscale: #454545. Windows color (decimal): -14982619 or 2449947. OLE color: 2449947.
HSL color Cylindrical-coordinate representation of color #1B6225: hue angle of 128.45º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6225 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 98 | 37 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.62 |
| HSL | 128.45º | 0.57% | 0.25% | - |
| HSV(B) | 128.45º | 0.72% | 0.38% | - |
| XYZ | 5.15 | 9.1 | 3.24 | - |
| YUV | 69.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 37 | 0.72 | 0 | 0.62 | 0.62 | 128.45 | 0.57 | 0.25 |
| Hex | 1B | 62 | 25 | 48 | 0 | 3E | 3E | 80 | 39 | 19 |
| Octal | 33 | 142 | 45 | 110 | 0 | 76 | 76 | 200 | 71 | 31 |
| Binary | 11011 | 1100010 | 100101 | 1001000 | 0 | 111110 | 111110 | 10000000 | 111001 | 11001 |
Color Harmonies of #1B6225
Complementary color
Monochromatic Colors of #1B6225
Black with #1B6225
Text Example
Text Example
White with #1B6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6225; }
p { color: rgb(27,98,37); }
H1.HeaderClassName
{
color: #1B6225;
}
.AnyTagClassName
{
color: #1B6225;
}
</style>
background-color css
<style>
a { background-color: #1B6225; }
a { background-color: rgb(27,98,37); }
div.DivClassName
{
background-color: #1B6225;
}
.BgClassName
{
background-color: #1B6225;
}
</style>
border-color css
<style>
span { border-color: #1B6225; }
span { border-color: rgb(27,98,37); }
td.TdClassName
{
border-color: #1B6225;
}
.TagClassName
{
border-color: #1B6225;
}
</style>