Shades of San Felix #2D6B22
Tints of San Felix #2D6B22
RGB
CMYK
RGB Variations
Color information
#2D6B22 (or 0x2D6B22) is known color: San Felix. HEX triplet: 2D, 6B and 22. RGB value is (45,107,34). Sum of RGB (Red+Green+Blue) = 45+107+34=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6B22 is #D294DD. Grayscale: #505050. Windows color (decimal): -13800670 or 2255661. OLE color: 2255661.
HSL color Cylindrical-coordinate representation of color #2D6B22: hue angle of 110.96º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D6B22 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 34 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.58 |
| HSL | 110.96º | 0.52% | 0.28% | - |
| HSV(B) | 110.96º | 0.68% | 0.42% | - |
| XYZ | 6.63 | 11.19 | 3.32 | - |
| YUV | 80.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 34 | 0.58 | 0 | 0.68 | 0.58 | 110.96 | 0.52 | 0.28 |
| Hex | 2D | 6B | 22 | 3A | 0 | 44 | 3A | 6F | 34 | 1C |
| Octal | 55 | 153 | 42 | 72 | 0 | 104 | 72 | 157 | 64 | 34 |
| Binary | 101101 | 1101011 | 100010 | 111010 | 0 | 1000100 | 111010 | 1101111 | 110100 | 11100 |
Color Harmonies of #2D6B22
Complementary color
Monochromatic Colors of #2D6B22
Black with #2D6B22
Text Example
Text Example
White with #2D6B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B22; }
p { color: rgb(45,107,34); }
H1.HeaderClassName
{
color: #2D6B22;
}
.AnyTagClassName
{
color: #2D6B22;
}
</style>
background-color css
<style>
a { background-color: #2D6B22; }
a { background-color: rgb(45,107,34); }
div.DivClassName
{
background-color: #2D6B22;
}
.BgClassName
{
background-color: #2D6B22;
}
</style>
border-color css
<style>
span { border-color: #2D6B22; }
span { border-color: rgb(45,107,34); }
td.TdClassName
{
border-color: #2D6B22;
}
.TagClassName
{
border-color: #2D6B22;
}
</style>