Shades of San Felix #2D713C
Tints of San Felix #2D713C
RGB
CMYK
RGB Variations
Color information
#2D713C (or 0x2D713C) is known color: San Felix. HEX triplet: 2D, 71 and 3C. RGB value is (45,113,60). Sum of RGB (Red+Green+Blue) = 45+113+60=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #2D713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D713C is #D28EC3. Grayscale: #565656. Windows color (decimal): -13799108 or 3961133. OLE color: 3961133.
HSL color Cylindrical-coordinate representation of color #2D713C: hue angle of 133.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D713C is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 60 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.56 |
| HSL | 133.24º | 0.43% | 0.31% | - |
| HSV(B) | 133.24º | 0.6% | 0.44% | - |
| XYZ | 7.8 | 12.69 | 6.31 | - |
| YUV | 86.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 60 | 0.60 | 0 | 0.47 | 0.56 | 133.24 | 0.43 | 0.31 |
| Hex | 2D | 71 | 3C | 3C | 0 | 2F | 38 | 85 | 2B | 1F |
| Octal | 55 | 161 | 74 | 74 | 0 | 57 | 70 | 205 | 53 | 37 |
| Binary | 101101 | 1110001 | 111100 | 111100 | 0 | 101111 | 111000 | 10000101 | 101011 | 11111 |
Color Harmonies of #2D713C
Complementary color
Monochromatic Colors of #2D713C
Black with #2D713C
Text Example
Text Example
White with #2D713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D713C; }
p { color: rgb(45,113,60); }
H1.HeaderClassName
{
color: #2D713C;
}
.AnyTagClassName
{
color: #2D713C;
}
</style>
background-color css
<style>
a { background-color: #2D713C; }
a { background-color: rgb(45,113,60); }
div.DivClassName
{
background-color: #2D713C;
}
.BgClassName
{
background-color: #2D713C;
}
</style>
border-color css
<style>
span { border-color: #2D713C; }
span { border-color: rgb(45,113,60); }
td.TdClassName
{
border-color: #2D713C;
}
.TagClassName
{
border-color: #2D713C;
}
</style>