Shades of San Felix #2A6D2D
Tints of San Felix #2A6D2D
RGB
CMYK
RGB Variations
Color information
#2A6D2D (or 0x2A6D2D) is known color: San Felix. HEX triplet: 2A, 6D and 2D. RGB value is (42,109,45). Sum of RGB (Red+Green+Blue) = 42+109+45=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #2A6D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6D2D is #D592D2. Grayscale: #515151. Windows color (decimal): -13996755 or 2977066. OLE color: 2977066.
HSL color Cylindrical-coordinate representation of color #2A6D2D: hue angle of 122.69º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6D2D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 109 | 45 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.57 |
| HSL | 122.69º | 0.44% | 0.3% | - |
| HSV(B) | 122.69º | 0.61% | 0.43% | - |
| XYZ | 6.9 | 11.62 | 4.36 | - |
| YUV | 81.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 45 | 0.61 | 0 | 0.59 | 0.57 | 122.69 | 0.44 | 0.3 |
| Hex | 2A | 6D | 2D | 3D | 0 | 3B | 39 | 7B | 2C | 1E |
| Octal | 52 | 155 | 55 | 75 | 0 | 73 | 71 | 173 | 54 | 36 |
| Binary | 101010 | 1101101 | 101101 | 111101 | 0 | 111011 | 111001 | 1111011 | 101100 | 11110 |
Color Harmonies of #2A6D2D
Complementary color
Monochromatic Colors of #2A6D2D
Black with #2A6D2D
Text Example
Text Example
White with #2A6D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6D2D; }
p { color: rgb(42,109,45); }
H1.HeaderClassName
{
color: #2A6D2D;
}
.AnyTagClassName
{
color: #2A6D2D;
}
</style>
background-color css
<style>
a { background-color: #2A6D2D; }
a { background-color: rgb(42,109,45); }
div.DivClassName
{
background-color: #2A6D2D;
}
.BgClassName
{
background-color: #2A6D2D;
}
</style>
border-color css
<style>
span { border-color: #2A6D2D; }
span { border-color: rgb(42,109,45); }
td.TdClassName
{
border-color: #2A6D2D;
}
.TagClassName
{
border-color: #2A6D2D;
}
</style>