Shades of Green House #2A6018
Tints of Green House #2A6018
RGB
CMYK
RGB Variations
Color information
#2A6018 (or 0x2A6018) is known color: Green House. HEX triplet: 2A, 60 and 18. RGB value is (42,96,24). Sum of RGB (Red+Green+Blue) = 42+96+24=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6018 is #D59FE7. Grayscale: #474747. Windows color (decimal): -14000104 or 1597482. OLE color: 1597482.
HSL color Cylindrical-coordinate representation of color #2A6018: hue angle of 105º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A6018 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 24 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.62 |
| HSL | 105º | 0.6% | 0.24% | - |
| HSV(B) | 105º | 0.75% | 0.38% | - |
| XYZ | 5.3 | 8.92 | 2.31 | - |
| YUV | 71.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 24 | 0.56 | 0 | 0.75 | 0.62 | 105 | 0.6 | 0.24 |
| Hex | 2A | 60 | 18 | 38 | 0 | 4B | 3E | 69 | 3C | 18 |
| Octal | 52 | 140 | 30 | 70 | 0 | 113 | 76 | 151 | 74 | 30 |
| Binary | 101010 | 1100000 | 11000 | 111000 | 0 | 1001011 | 111110 | 1101001 | 111100 | 11000 |
Color Harmonies of #2A6018
Complementary color
Monochromatic Colors of #2A6018
Black with #2A6018
Text Example
Text Example
White with #2A6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6018; }
p { color: rgb(42,96,24); }
H1.HeaderClassName
{
color: #2A6018;
}
.AnyTagClassName
{
color: #2A6018;
}
</style>
background-color css
<style>
a { background-color: #2A6018; }
a { background-color: rgb(42,96,24); }
div.DivClassName
{
background-color: #2A6018;
}
.BgClassName
{
background-color: #2A6018;
}
</style>
border-color css
<style>
span { border-color: #2A6018; }
span { border-color: rgb(42,96,24); }
td.TdClassName
{
border-color: #2A6018;
}
.TagClassName
{
border-color: #2A6018;
}
</style>