Shades of San Felix #2D6629
Tints of San Felix #2D6629
RGB
CMYK
RGB Variations
Color information
#2D6629 (or 0x2D6629) is known color: San Felix. HEX triplet: 2D, 66 and 29. RGB value is (45,102,41). Sum of RGB (Red+Green+Blue) = 45+102+41=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6629 is #D299D6. Grayscale: #4E4E4E. Windows color (decimal): -13801943 or 2713133. OLE color: 2713133.
HSL color Cylindrical-coordinate representation of color #2D6629: hue angle of 116.07º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6629 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 41 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.6 |
| HSL | 116.07º | 0.43% | 0.28% | - |
| HSV(B) | 116.07º | 0.6% | 0.4% | - |
| XYZ | 6.23 | 10.22 | 3.74 | - |
| YUV | 78 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 41 | 0.56 | 0 | 0.60 | 0.6 | 116.07 | 0.43 | 0.28 |
| Hex | 2D | 66 | 29 | 38 | 0 | 3C | 3C | 74 | 2B | 1C |
| Octal | 55 | 146 | 51 | 70 | 0 | 74 | 74 | 164 | 53 | 34 |
| Binary | 101101 | 1100110 | 101001 | 111000 | 0 | 111100 | 111100 | 1110100 | 101011 | 11100 |
Color Harmonies of #2D6629
Complementary color
Monochromatic Colors of #2D6629
Black with #2D6629
Text Example
Text Example
White with #2D6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6629; }
p { color: rgb(45,102,41); }
H1.HeaderClassName
{
color: #2D6629;
}
.AnyTagClassName
{
color: #2D6629;
}
</style>
background-color css
<style>
a { background-color: #2D6629; }
a { background-color: rgb(45,102,41); }
div.DivClassName
{
background-color: #2D6629;
}
.BgClassName
{
background-color: #2D6629;
}
</style>
border-color css
<style>
span { border-color: #2D6629; }
span { border-color: rgb(45,102,41); }
td.TdClassName
{
border-color: #2D6629;
}
.TagClassName
{
border-color: #2D6629;
}
</style>