Shades of Green House #2A601C
Tints of Green House #2A601C
RGB
CMYK
RGB Variations
Color information
#2A601C (or 0x2A601C) is known color: Green House. HEX triplet: 2A, 60 and 1C. RGB value is (42,96,28). Sum of RGB (Red+Green+Blue) = 42+96+28=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #2A601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A601C is #D59FE3. Grayscale: #484848. Windows color (decimal): -14000100 or 1859626. OLE color: 1859626.
HSL color Cylindrical-coordinate representation of color #2A601C: hue angle of 107.65º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A601C is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 28 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.62 |
| HSL | 107.65º | 0.55% | 0.24% | - |
| HSV(B) | 107.65º | 0.71% | 0.38% | - |
| XYZ | 5.35 | 8.94 | 2.54 | - |
| YUV | 72.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 28 | 0.56 | 0 | 0.71 | 0.62 | 107.65 | 0.55 | 0.24 |
| Hex | 2A | 60 | 1C | 38 | 0 | 47 | 3E | 6C | 37 | 18 |
| Octal | 52 | 140 | 34 | 70 | 0 | 107 | 76 | 154 | 67 | 30 |
| Binary | 101010 | 1100000 | 11100 | 111000 | 0 | 1000111 | 111110 | 1101100 | 110111 | 11000 |
Color Harmonies of #2A601C
Complementary color
Monochromatic Colors of #2A601C
Black with #2A601C
Text Example
Text Example
White with #2A601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A601C; }
p { color: rgb(42,96,28); }
H1.HeaderClassName
{
color: #2A601C;
}
.AnyTagClassName
{
color: #2A601C;
}
</style>
background-color css
<style>
a { background-color: #2A601C; }
a { background-color: rgb(42,96,28); }
div.DivClassName
{
background-color: #2A601C;
}
.BgClassName
{
background-color: #2A601C;
}
</style>
border-color css
<style>
span { border-color: #2A601C; }
span { border-color: rgb(42,96,28); }
td.TdClassName
{
border-color: #2A601C;
}
.TagClassName
{
border-color: #2A601C;
}
</style>