Shades of San Felix #2D6D23
Tints of San Felix #2D6D23
RGB
CMYK
RGB Variations
Color information
#2D6D23 (or 0x2D6D23) is known color: San Felix. HEX triplet: 2D, 6D and 23. RGB value is (45,109,35). Sum of RGB (Red+Green+Blue) = 45+109+35=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6D23 is #D292DC. Grayscale: #515151. Windows color (decimal): -13800157 or 2321709. OLE color: 2321709.
HSL color Cylindrical-coordinate representation of color #2D6D23: hue angle of 111.89º 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 #2D6D23 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 35 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.57 |
| HSL | 111.89º | 0.51% | 0.28% | - |
| HSV(B) | 111.89º | 0.68% | 0.43% | - |
| XYZ | 6.85 | 11.62 | 3.47 | - |
| YUV | 81.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 35 | 0.59 | 0 | 0.68 | 0.57 | 111.89 | 0.51 | 0.28 |
| Hex | 2D | 6D | 23 | 3B | 0 | 44 | 39 | 70 | 33 | 1C |
| Octal | 55 | 155 | 43 | 73 | 0 | 104 | 71 | 160 | 63 | 34 |
| Binary | 101101 | 1101101 | 100011 | 111011 | 0 | 1000100 | 111001 | 1110000 | 110011 | 11100 |
Color Harmonies of #2D6D23
Complementary color
Monochromatic Colors of #2D6D23
Black with #2D6D23
Text Example
Text Example
White with #2D6D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D23; }
p { color: rgb(45,109,35); }
H1.HeaderClassName
{
color: #2D6D23;
}
.AnyTagClassName
{
color: #2D6D23;
}
</style>
background-color css
<style>
a { background-color: #2D6D23; }
a { background-color: rgb(45,109,35); }
div.DivClassName
{
background-color: #2D6D23;
}
.BgClassName
{
background-color: #2D6D23;
}
</style>
border-color css
<style>
span { border-color: #2D6D23; }
span { border-color: rgb(45,109,35); }
td.TdClassName
{
border-color: #2D6D23;
}
.TagClassName
{
border-color: #2D6D23;
}
</style>