Shades of Green House #2A6020
Tints of Green House #2A6020
RGB
CMYK
RGB Variations
Color information
#2A6020 (or 0x2A6020) is known color: Green House. HEX triplet: 2A, 60 and 20. RGB value is (42,96,32). Sum of RGB (Red+Green+Blue) = 42+96+32=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6020 is #D59FDF. Grayscale: #484848. Windows color (decimal): -14000096 or 2121770. OLE color: 2121770.
HSL color Cylindrical-coordinate representation of color #2A6020: hue angle of 110.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A6020 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 32 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.62 |
| HSL | 110.63º | 0.5% | 0.25% | - |
| HSV(B) | 110.63º | 0.67% | 0.38% | - |
| XYZ | 5.4 | 8.96 | 2.81 | - |
| YUV | 72.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 32 | 0.56 | 0 | 0.67 | 0.62 | 110.63 | 0.5 | 0.25 |
| Hex | 2A | 60 | 20 | 38 | 0 | 43 | 3E | 6F | 32 | 19 |
| Octal | 52 | 140 | 40 | 70 | 0 | 103 | 76 | 157 | 62 | 31 |
| Binary | 101010 | 1100000 | 100000 | 111000 | 0 | 1000011 | 111110 | 1101111 | 110010 | 11001 |
Color Harmonies of #2A6020
Complementary color
Monochromatic Colors of #2A6020
Black with #2A6020
Text Example
Text Example
White with #2A6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6020; }
p { color: rgb(42,96,32); }
H1.HeaderClassName
{
color: #2A6020;
}
.AnyTagClassName
{
color: #2A6020;
}
</style>
background-color css
<style>
a { background-color: #2A6020; }
a { background-color: rgb(42,96,32); }
div.DivClassName
{
background-color: #2A6020;
}
.BgClassName
{
background-color: #2A6020;
}
</style>
border-color css
<style>
span { border-color: #2A6020; }
span { border-color: rgb(42,96,32); }
td.TdClassName
{
border-color: #2A6020;
}
.TagClassName
{
border-color: #2A6020;
}
</style>