Shades of San Felix #2D702F
Tints of San Felix #2D702F
RGB
CMYK
RGB Variations
Color information
#2D702F (or 0x2D702F) is known color: San Felix. HEX triplet: 2D, 70 and 2F. RGB value is (45,112,47). Sum of RGB (Red+Green+Blue) = 45+112+47=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #2D702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D702F is #D28FD0. Grayscale: #545454. Windows color (decimal): -13799377 or 3108909. OLE color: 3108909.
HSL color Cylindrical-coordinate representation of color #2D702F: hue angle of 121.79º 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 #2D702F is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 47 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.56 |
| HSL | 121.79º | 0.43% | 0.31% | - |
| HSV(B) | 121.79º | 0.6% | 0.44% | - |
| XYZ | 7.39 | 12.35 | 4.68 | - |
| YUV | 84.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 47 | 0.60 | 0 | 0.58 | 0.56 | 121.79 | 0.43 | 0.31 |
| Hex | 2D | 70 | 2F | 3C | 0 | 3A | 38 | 7A | 2B | 1F |
| Octal | 55 | 160 | 57 | 74 | 0 | 72 | 70 | 172 | 53 | 37 |
| Binary | 101101 | 1110000 | 101111 | 111100 | 0 | 111010 | 111000 | 1111010 | 101011 | 11111 |
Color Harmonies of #2D702F
Complementary color
Monochromatic Colors of #2D702F
Black with #2D702F
Text Example
Text Example
White with #2D702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D702F; }
p { color: rgb(45,112,47); }
H1.HeaderClassName
{
color: #2D702F;
}
.AnyTagClassName
{
color: #2D702F;
}
</style>
background-color css
<style>
a { background-color: #2D702F; }
a { background-color: rgb(45,112,47); }
div.DivClassName
{
background-color: #2D702F;
}
.BgClassName
{
background-color: #2D702F;
}
</style>
border-color css
<style>
span { border-color: #2D702F; }
span { border-color: rgb(45,112,47); }
td.TdClassName
{
border-color: #2D702F;
}
.TagClassName
{
border-color: #2D702F;
}
</style>