Shades of San Felix #2B6924
Tints of San Felix #2B6924
RGB
CMYK
RGB Variations
Color information
#2B6924 (or 0x2B6924) is known color: San Felix. HEX triplet: 2B, 69 and 24. RGB value is (43,105,36). Sum of RGB (Red+Green+Blue) = 43+105+36=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6924 is #D496DB. Grayscale: #4E4E4E. Windows color (decimal): -13932252 or 2386219. OLE color: 2386219.
HSL color Cylindrical-coordinate representation of color #2B6924: hue angle of 113.91º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B6924 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 36 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.59 |
| HSL | 113.91º | 0.49% | 0.28% | - |
| HSV(B) | 113.91º | 0.66% | 0.41% | - |
| XYZ | 6.37 | 10.74 | 3.41 | - |
| YUV | 78.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 36 | 0.59 | 0 | 0.66 | 0.59 | 113.91 | 0.49 | 0.28 |
| Hex | 2B | 69 | 24 | 3B | 0 | 42 | 3B | 72 | 31 | 1C |
| Octal | 53 | 151 | 44 | 73 | 0 | 102 | 73 | 162 | 61 | 34 |
| Binary | 101011 | 1101001 | 100100 | 111011 | 0 | 1000010 | 111011 | 1110010 | 110001 | 11100 |
Color Harmonies of #2B6924
Complementary color
Monochromatic Colors of #2B6924
Black with #2B6924
Text Example
Text Example
White with #2B6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6924; }
p { color: rgb(43,105,36); }
H1.HeaderClassName
{
color: #2B6924;
}
.AnyTagClassName
{
color: #2B6924;
}
</style>
background-color css
<style>
a { background-color: #2B6924; }
a { background-color: rgb(43,105,36); }
div.DivClassName
{
background-color: #2B6924;
}
.BgClassName
{
background-color: #2B6924;
}
</style>
border-color css
<style>
span { border-color: #2B6924; }
span { border-color: rgb(43,105,36); }
td.TdClassName
{
border-color: #2B6924;
}
.TagClassName
{
border-color: #2B6924;
}
</style>