Shades of San Felix #2B6D23
Tints of San Felix #2B6D23
RGB
CMYK
RGB Variations
Color information
#2B6D23 (or 0x2B6D23) is known color: San Felix. HEX triplet: 2B, 6D and 23. RGB value is (43,109,35). Sum of RGB (Red+Green+Blue) = 43+109+35=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6D23 is #D492DC. Grayscale: #515151. Windows color (decimal): -13931229 or 2321707. OLE color: 2321707.
HSL color Cylindrical-coordinate representation of color #2B6D23: hue angle of 113.51º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6D23 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 109 | 35 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.57 |
| HSL | 113.51º | 0.51% | 0.28% | - |
| HSV(B) | 113.51º | 0.68% | 0.43% | - |
| XYZ | 6.77 | 11.57 | 3.47 | - |
| YUV | 80.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 35 | 0.61 | 0 | 0.68 | 0.57 | 113.51 | 0.51 | 0.28 |
| Hex | 2B | 6D | 23 | 3D | 0 | 44 | 39 | 72 | 33 | 1C |
| Octal | 53 | 155 | 43 | 75 | 0 | 104 | 71 | 162 | 63 | 34 |
| Binary | 101011 | 1101101 | 100011 | 111101 | 0 | 1000100 | 111001 | 1110010 | 110011 | 11100 |
Color Harmonies of #2B6D23
Complementary color
Monochromatic Colors of #2B6D23
Black with #2B6D23
Text Example
Text Example
White with #2B6D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6D23; }
p { color: rgb(43,109,35); }
H1.HeaderClassName
{
color: #2B6D23;
}
.AnyTagClassName
{
color: #2B6D23;
}
</style>
background-color css
<style>
a { background-color: #2B6D23; }
a { background-color: rgb(43,109,35); }
div.DivClassName
{
background-color: #2B6D23;
}
.BgClassName
{
background-color: #2B6D23;
}
</style>
border-color css
<style>
span { border-color: #2B6D23; }
span { border-color: rgb(43,109,35); }
td.TdClassName
{
border-color: #2B6D23;
}
.TagClassName
{
border-color: #2B6D23;
}
</style>