Shades of San Felix #2D6F2F
Tints of San Felix #2D6F2F
RGB
CMYK
RGB Variations
Color information
#2D6F2F (or 0x2D6F2F) is known color: San Felix. HEX triplet: 2D, 6F and 2F. RGB value is (45,111,47). Sum of RGB (Red+Green+Blue) = 45+111+47=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6F2F is #D290D0. Grayscale: #545454. Windows color (decimal): -13799633 or 3108653. OLE color: 3108653.
HSL color Cylindrical-coordinate representation of color #2D6F2F: hue angle of 121.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6F2F is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 111 | 47 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.56 |
| HSL | 121.82º | 0.42% | 0.31% | - |
| HSV(B) | 121.82º | 0.59% | 0.44% | - |
| XYZ | 7.28 | 12.13 | 4.65 | - |
| YUV | 83.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 47 | 0.59 | 0 | 0.58 | 0.56 | 121.82 | 0.42 | 0.31 |
| Hex | 2D | 6F | 2F | 3B | 0 | 3A | 38 | 7A | 2A | 1F |
| Octal | 55 | 157 | 57 | 73 | 0 | 72 | 70 | 172 | 52 | 37 |
| Binary | 101101 | 1101111 | 101111 | 111011 | 0 | 111010 | 111000 | 1111010 | 101010 | 11111 |
Color Harmonies of #2D6F2F
Complementary color
Monochromatic Colors of #2D6F2F
Black with #2D6F2F
Text Example
Text Example
White with #2D6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6F2F; }
p { color: rgb(45,111,47); }
H1.HeaderClassName
{
color: #2D6F2F;
}
.AnyTagClassName
{
color: #2D6F2F;
}
</style>
background-color css
<style>
a { background-color: #2D6F2F; }
a { background-color: rgb(45,111,47); }
div.DivClassName
{
background-color: #2D6F2F;
}
.BgClassName
{
background-color: #2D6F2F;
}
</style>
border-color css
<style>
span { border-color: #2D6F2F; }
span { border-color: rgb(45,111,47); }
td.TdClassName
{
border-color: #2D6F2F;
}
.TagClassName
{
border-color: #2D6F2F;
}
</style>