Shades of San Felix #2D723C
Tints of San Felix #2D723C
RGB
CMYK
RGB Variations
Color information
#2D723C (or 0x2D723C) is known color: San Felix. HEX triplet: 2D, 72 and 3C. RGB value is (45,114,60). Sum of RGB (Red+Green+Blue) = 45+114+60=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #2D723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D723C is #D28DC3. Grayscale: #575757. Windows color (decimal): -13798852 or 3961389. OLE color: 3961389.
HSL color Cylindrical-coordinate representation of color #2D723C: hue angle of 133.04º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D723C is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 60 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.55 |
| HSL | 133.04º | 0.43% | 0.31% | - |
| HSV(B) | 133.04º | 0.61% | 0.45% | - |
| XYZ | 7.92 | 12.92 | 6.35 | - |
| YUV | 87.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 60 | 0.61 | 0 | 0.47 | 0.55 | 133.04 | 0.43 | 0.31 |
| Hex | 2D | 72 | 3C | 3D | 0 | 2F | 37 | 85 | 2B | 1F |
| Octal | 55 | 162 | 74 | 75 | 0 | 57 | 67 | 205 | 53 | 37 |
| Binary | 101101 | 1110010 | 111100 | 111101 | 0 | 101111 | 110111 | 10000101 | 101011 | 11111 |
Color Harmonies of #2D723C
Complementary color
Monochromatic Colors of #2D723C
Black with #2D723C
Text Example
Text Example
White with #2D723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D723C; }
p { color: rgb(45,114,60); }
H1.HeaderClassName
{
color: #2D723C;
}
.AnyTagClassName
{
color: #2D723C;
}
</style>
background-color css
<style>
a { background-color: #2D723C; }
a { background-color: rgb(45,114,60); }
div.DivClassName
{
background-color: #2D723C;
}
.BgClassName
{
background-color: #2D723C;
}
</style>
border-color css
<style>
span { border-color: #2D723C; }
span { border-color: rgb(45,114,60); }
td.TdClassName
{
border-color: #2D723C;
}
.TagClassName
{
border-color: #2D723C;
}
</style>