Shades of San Felix #2D6A2C
Tints of San Felix #2D6A2C
RGB
CMYK
RGB Variations
Color information
#2D6A2C (or 0x2D6A2C) is known color: San Felix. HEX triplet: 2D, 6A and 2C. RGB value is (45,106,44). Sum of RGB (Red+Green+Blue) = 45+106+44=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6A2C is #D295D3. Grayscale: #505050. Windows color (decimal): -13800916 or 2910765. OLE color: 2910765.
HSL color Cylindrical-coordinate representation of color #2D6A2C: hue angle of 119.03º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6A2C is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 44 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.58 |
| HSL | 119.03º | 0.41% | 0.29% | - |
| HSV(B) | 119.03º | 0.58% | 0.42% | - |
| XYZ | 6.69 | 11.05 | 4.16 | - |
| YUV | 80.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 44 | 0.58 | 0 | 0.58 | 0.58 | 119.03 | 0.41 | 0.29 |
| Hex | 2D | 6A | 2C | 3A | 0 | 3A | 3A | 77 | 29 | 1D |
| Octal | 55 | 152 | 54 | 72 | 0 | 72 | 72 | 167 | 51 | 35 |
| Binary | 101101 | 1101010 | 101100 | 111010 | 0 | 111010 | 111010 | 1110111 | 101001 | 11101 |
Color Harmonies of #2D6A2C
Complementary color
Monochromatic Colors of #2D6A2C
Black with #2D6A2C
Text Example
Text Example
White with #2D6A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A2C; }
p { color: rgb(45,106,44); }
H1.HeaderClassName
{
color: #2D6A2C;
}
.AnyTagClassName
{
color: #2D6A2C;
}
</style>
background-color css
<style>
a { background-color: #2D6A2C; }
a { background-color: rgb(45,106,44); }
div.DivClassName
{
background-color: #2D6A2C;
}
.BgClassName
{
background-color: #2D6A2C;
}
</style>
border-color css
<style>
span { border-color: #2D6A2C; }
span { border-color: rgb(45,106,44); }
td.TdClassName
{
border-color: #2D6A2C;
}
.TagClassName
{
border-color: #2D6A2C;
}
</style>