Shades of San Felix #2D682A
Tints of San Felix #2D682A
RGB
CMYK
RGB Variations
Color information
#2D682A (or 0x2D682A) is known color: San Felix. HEX triplet: 2D, 68 and 2A. RGB value is (45,104,42). Sum of RGB (Red+Green+Blue) = 45+104+42=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #2D682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D682A is #D297D5. Grayscale: #4F4F4F. Windows color (decimal): -13801430 or 2779181. OLE color: 2779181.
HSL color Cylindrical-coordinate representation of color #2D682A: hue angle of 117.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D682A is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 42 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.59 |
| HSL | 117.1º | 0.42% | 0.29% | - |
| HSV(B) | 117.1º | 0.6% | 0.41% | - |
| XYZ | 6.45 | 10.63 | 3.9 | - |
| YUV | 79.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 42 | 0.57 | 0 | 0.60 | 0.59 | 117.1 | 0.42 | 0.29 |
| Hex | 2D | 68 | 2A | 39 | 0 | 3C | 3B | 75 | 2A | 1D |
| Octal | 55 | 150 | 52 | 71 | 0 | 74 | 73 | 165 | 52 | 35 |
| Binary | 101101 | 1101000 | 101010 | 111001 | 0 | 111100 | 111011 | 1110101 | 101010 | 11101 |
Color Harmonies of #2D682A
Complementary color
Monochromatic Colors of #2D682A
Black with #2D682A
Text Example
Text Example
White with #2D682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D682A; }
p { color: rgb(45,104,42); }
H1.HeaderClassName
{
color: #2D682A;
}
.AnyTagClassName
{
color: #2D682A;
}
</style>
background-color css
<style>
a { background-color: #2D682A; }
a { background-color: rgb(45,104,42); }
div.DivClassName
{
background-color: #2D682A;
}
.BgClassName
{
background-color: #2D682A;
}
</style>
border-color css
<style>
span { border-color: #2D682A; }
span { border-color: rgb(45,104,42); }
td.TdClassName
{
border-color: #2D682A;
}
.TagClassName
{
border-color: #2D682A;
}
</style>