Shades of San Felix #2D6428
Tints of San Felix #2D6428
RGB
CMYK
RGB Variations
Color information
#2D6428 (or 0x2D6428) is known color: San Felix. HEX triplet: 2D, 64 and 28. RGB value is (45,100,40). Sum of RGB (Red+Green+Blue) = 45+100+40=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #2D6428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6428 is #D29BD7. Grayscale: #4C4C4C. Windows color (decimal): -13802456 or 2647085. OLE color: 2647085.
HSL color Cylindrical-coordinate representation of color #2D6428: hue angle of 115º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6428 is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 40 | - |
| CMYK | 0.55 | 0 | 0.6 | 0.61 |
| HSL | 115º | 0.43% | 0.27% | - |
| HSV(B) | 115º | 0.6% | 0.39% | - |
| XYZ | 6.02 | 9.83 | 3.59 | - |
| YUV | 76.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 40 | 0.55 | 0 | 0.6 | 0.61 | 115 | 0.43 | 0.27 |
| Hex | 2D | 64 | 28 | 37 | 0 | 3C | 3D | 73 | 2B | 1B |
| Octal | 55 | 144 | 50 | 67 | 0 | 74 | 75 | 163 | 53 | 33 |
| Binary | 101101 | 1100100 | 101000 | 110111 | 0 | 111100 | 111101 | 1110011 | 101011 | 11011 |
Color Harmonies of #2D6428
Complementary color
Monochromatic Colors of #2D6428
Black with #2D6428
Text Example
Text Example
White with #2D6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6428; }
p { color: rgb(45,100,40); }
H1.HeaderClassName
{
color: #2D6428;
}
.AnyTagClassName
{
color: #2D6428;
}
</style>
background-color css
<style>
a { background-color: #2D6428; }
a { background-color: rgb(45,100,40); }
div.DivClassName
{
background-color: #2D6428;
}
.BgClassName
{
background-color: #2D6428;
}
</style>
border-color css
<style>
span { border-color: #2D6428; }
span { border-color: rgb(45,100,40); }
td.TdClassName
{
border-color: #2D6428;
}
.TagClassName
{
border-color: #2D6428;
}
</style>