Shades of San Felix #2D6838
Tints of San Felix #2D6838
RGB
CMYK
RGB Variations
Color information
#2D6838 (or 0x2D6838) is known color: San Felix. HEX triplet: 2D, 68 and 38. RGB value is (45,104,56). Sum of RGB (Red+Green+Blue) = 45+104+56=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6838 is #D297C7. Grayscale: #515151. Windows color (decimal): -13801416 or 3696685. OLE color: 3696685.
HSL color Cylindrical-coordinate representation of color #2D6838: hue angle of 131.19º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6838 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 56 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.59 |
| HSL | 131.19º | 0.4% | 0.29% | - |
| HSV(B) | 131.19º | 0.57% | 0.41% | - |
| XYZ | 6.75 | 10.74 | 5.46 | - |
| YUV | 80.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 56 | 0.57 | 0 | 0.46 | 0.59 | 131.19 | 0.4 | 0.29 |
| Hex | 2D | 68 | 38 | 39 | 0 | 2E | 3B | 83 | 28 | 1D |
| Octal | 55 | 150 | 70 | 71 | 0 | 56 | 73 | 203 | 50 | 35 |
| Binary | 101101 | 1101000 | 111000 | 111001 | 0 | 101110 | 111011 | 10000011 | 101000 | 11101 |
Color Harmonies of #2D6838
Complementary color
Monochromatic Colors of #2D6838
Black with #2D6838
Text Example
Text Example
White with #2D6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6838; }
p { color: rgb(45,104,56); }
H1.HeaderClassName
{
color: #2D6838;
}
.AnyTagClassName
{
color: #2D6838;
}
</style>
background-color css
<style>
a { background-color: #2D6838; }
a { background-color: rgb(45,104,56); }
div.DivClassName
{
background-color: #2D6838;
}
.BgClassName
{
background-color: #2D6838;
}
</style>
border-color css
<style>
span { border-color: #2D6838; }
span { border-color: rgb(45,104,56); }
td.TdClassName
{
border-color: #2D6838;
}
.TagClassName
{
border-color: #2D6838;
}
</style>