Shades of San Felix #2A6A34
Tints of San Felix #2A6A34
RGB
CMYK
RGB Variations
Color information
#2A6A34 (or 0x2A6A34) is known color: San Felix. HEX triplet: 2A, 6A and 34. RGB value is (42,106,52). Sum of RGB (Red+Green+Blue) = 42+106+52=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6A34 is #D595CB. Grayscale: #505050. Windows color (decimal): -13997516 or 3435050. OLE color: 3435050.
HSL color Cylindrical-coordinate representation of color #2A6A34: hue angle of 129.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6A34 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 106 | 52 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.58 |
| HSL | 129.38º | 0.43% | 0.29% | - |
| HSV(B) | 129.38º | 0.6% | 0.42% | - |
| XYZ | 6.73 | 11.05 | 5.03 | - |
| YUV | 80.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 52 | 0.60 | 0 | 0.51 | 0.58 | 129.38 | 0.43 | 0.29 |
| Hex | 2A | 6A | 34 | 3C | 0 | 33 | 3A | 81 | 2B | 1D |
| Octal | 52 | 152 | 64 | 74 | 0 | 63 | 72 | 201 | 53 | 35 |
| Binary | 101010 | 1101010 | 110100 | 111100 | 0 | 110011 | 111010 | 10000001 | 101011 | 11101 |
Color Harmonies of #2A6A34
Complementary color
Monochromatic Colors of #2A6A34
Black with #2A6A34
Text Example
Text Example
White with #2A6A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A34; }
p { color: rgb(42,106,52); }
H1.HeaderClassName
{
color: #2A6A34;
}
.AnyTagClassName
{
color: #2A6A34;
}
</style>
background-color css
<style>
a { background-color: #2A6A34; }
a { background-color: rgb(42,106,52); }
div.DivClassName
{
background-color: #2A6A34;
}
.BgClassName
{
background-color: #2A6A34;
}
</style>
border-color css
<style>
span { border-color: #2A6A34; }
span { border-color: rgb(42,106,52); }
td.TdClassName
{
border-color: #2A6A34;
}
.TagClassName
{
border-color: #2A6A34;
}
</style>