Shades of San Felix #2A632A
Tints of San Felix #2A632A
RGB
CMYK
RGB Variations
Color information
#2A632A (or 0x2A632A) is known color: San Felix. HEX triplet: 2A, 63 and 2A. RGB value is (42,99,42). Sum of RGB (Red+Green+Blue) = 42+99+42=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #2A632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A632A is #D59CD5. Grayscale: #4B4B4B. Windows color (decimal): -13999318 or 2777898. OLE color: 2777898.
HSL color Cylindrical-coordinate representation of color #2A632A: hue angle of 120º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A632A is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 42 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.61 |
| HSL | 120º | 0.4% | 0.28% | - |
| HSV(B) | 120º | 0.58% | 0.39% | - |
| XYZ | 5.83 | 9.58 | 3.73 | - |
| YUV | 75.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 42 | 0.58 | 0 | 0.58 | 0.61 | 120 | 0.4 | 0.28 |
| Hex | 2A | 63 | 2A | 3A | 0 | 3A | 3D | 78 | 28 | 1C |
| Octal | 52 | 143 | 52 | 72 | 0 | 72 | 75 | 170 | 50 | 34 |
| Binary | 101010 | 1100011 | 101010 | 111010 | 0 | 111010 | 111101 | 1111000 | 101000 | 11100 |
Color Harmonies of #2A632A
Complementary color
Monochromatic Colors of #2A632A
Black with #2A632A
Text Example
Text Example
White with #2A632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A632A; }
p { color: rgb(42,99,42); }
H1.HeaderClassName
{
color: #2A632A;
}
.AnyTagClassName
{
color: #2A632A;
}
</style>
background-color css
<style>
a { background-color: #2A632A; }
a { background-color: rgb(42,99,42); }
div.DivClassName
{
background-color: #2A632A;
}
.BgClassName
{
background-color: #2A632A;
}
</style>
border-color css
<style>
span { border-color: #2A632A; }
span { border-color: rgb(42,99,42); }
td.TdClassName
{
border-color: #2A632A;
}
.TagClassName
{
border-color: #2A632A;
}
</style>