Shades of Green House #2A621A
Tints of Green House #2A621A
RGB
CMYK
RGB Variations
Color information
#2A621A (or 0x2A621A) is known color: Green House. HEX triplet: 2A, 62 and 1A. RGB value is (42,98,26). Sum of RGB (Red+Green+Blue) = 42+98+26=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #2A621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A621A is #D59DE5. Grayscale: #494949. Windows color (decimal): -13999590 or 1729066. OLE color: 1729066.
HSL color Cylindrical-coordinate representation of color #2A621A: hue angle of 106.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A621A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 26 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.62 |
| HSL | 106.67º | 0.58% | 0.24% | - |
| HSV(B) | 106.67º | 0.73% | 0.38% | - |
| XYZ | 5.51 | 9.3 | 2.48 | - |
| YUV | 73.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 26 | 0.57 | 0 | 0.73 | 0.62 | 106.67 | 0.58 | 0.24 |
| Hex | 2A | 62 | 1A | 39 | 0 | 49 | 3E | 6B | 3A | 18 |
| Octal | 52 | 142 | 32 | 71 | 0 | 111 | 76 | 153 | 72 | 30 |
| Binary | 101010 | 1100010 | 11010 | 111001 | 0 | 1001001 | 111110 | 1101011 | 111010 | 11000 |
Color Harmonies of #2A621A
Complementary color
Monochromatic Colors of #2A621A
Black with #2A621A
Text Example
Text Example
White with #2A621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A621A; }
p { color: rgb(42,98,26); }
H1.HeaderClassName
{
color: #2A621A;
}
.AnyTagClassName
{
color: #2A621A;
}
</style>
background-color css
<style>
a { background-color: #2A621A; }
a { background-color: rgb(42,98,26); }
div.DivClassName
{
background-color: #2A621A;
}
.BgClassName
{
background-color: #2A621A;
}
</style>
border-color css
<style>
span { border-color: #2A621A; }
span { border-color: rgb(42,98,26); }
td.TdClassName
{
border-color: #2A621A;
}
.TagClassName
{
border-color: #2A621A;
}
</style>