Shades of Green House #2A6019
Tints of Green House #2A6019
RGB
CMYK
RGB Variations
Color information
#2A6019 (or 0x2A6019) is known color: Green House. HEX triplet: 2A, 60 and 19. RGB value is (42,96,25). Sum of RGB (Red+Green+Blue) = 42+96+25=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6019 is #D59FE6. Grayscale: #474747. Windows color (decimal): -14000103 or 1663018. OLE color: 1663018.
HSL color Cylindrical-coordinate representation of color #2A6019: hue angle of 105.63º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A6019 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 25 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.62 |
| HSL | 105.63º | 0.59% | 0.24% | - |
| HSV(B) | 105.63º | 0.74% | 0.38% | - |
| XYZ | 5.31 | 8.93 | 2.36 | - |
| YUV | 71.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 25 | 0.56 | 0 | 0.74 | 0.62 | 105.63 | 0.59 | 0.24 |
| Hex | 2A | 60 | 19 | 38 | 0 | 4A | 3E | 6A | 3B | 18 |
| Octal | 52 | 140 | 31 | 70 | 0 | 112 | 76 | 152 | 73 | 30 |
| Binary | 101010 | 1100000 | 11001 | 111000 | 0 | 1001010 | 111110 | 1101010 | 111011 | 11000 |
Color Harmonies of #2A6019
Complementary color
Monochromatic Colors of #2A6019
Black with #2A6019
Text Example
Text Example
White with #2A6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6019; }
p { color: rgb(42,96,25); }
H1.HeaderClassName
{
color: #2A6019;
}
.AnyTagClassName
{
color: #2A6019;
}
</style>
background-color css
<style>
a { background-color: #2A6019; }
a { background-color: rgb(42,96,25); }
div.DivClassName
{
background-color: #2A6019;
}
.BgClassName
{
background-color: #2A6019;
}
</style>
border-color css
<style>
span { border-color: #2A6019; }
span { border-color: rgb(42,96,25); }
td.TdClassName
{
border-color: #2A6019;
}
.TagClassName
{
border-color: #2A6019;
}
</style>