Shades of Green House #2A5F1C
Tints of Green House #2A5F1C
RGB
CMYK
RGB Variations
Color information
#2A5F1C (or 0x2A5F1C) is known color: Green House. HEX triplet: 2A, 5F and 1C. RGB value is (42,95,28). Sum of RGB (Red+Green+Blue) = 42+95+28=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5F1C is #D5A0E3. Grayscale: #474747. Windows color (decimal): -14000356 or 1859370. OLE color: 1859370.
HSL color Cylindrical-coordinate representation of color #2A5F1C: hue angle of 107.46º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A5F1C is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 95 | 28 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.63 |
| HSL | 107.46º | 0.54% | 0.24% | - |
| HSV(B) | 107.46º | 0.71% | 0.37% | - |
| XYZ | 5.26 | 8.76 | 2.51 | - |
| YUV | 71.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 95 | 28 | 0.56 | 0 | 0.71 | 0.63 | 107.46 | 0.54 | 0.24 |
| Hex | 2A | 5F | 1C | 38 | 0 | 47 | 3F | 6B | 36 | 18 |
| Octal | 52 | 137 | 34 | 70 | 0 | 107 | 77 | 153 | 66 | 30 |
| Binary | 101010 | 1011111 | 11100 | 111000 | 0 | 1000111 | 111111 | 1101011 | 110110 | 11000 |
Color Harmonies of #2A5F1C
Complementary color
Monochromatic Colors of #2A5F1C
Black with #2A5F1C
Text Example
Text Example
White with #2A5F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5F1C; }
p { color: rgb(42,95,28); }
H1.HeaderClassName
{
color: #2A5F1C;
}
.AnyTagClassName
{
color: #2A5F1C;
}
</style>
background-color css
<style>
a { background-color: #2A5F1C; }
a { background-color: rgb(42,95,28); }
div.DivClassName
{
background-color: #2A5F1C;
}
.BgClassName
{
background-color: #2A5F1C;
}
</style>
border-color css
<style>
span { border-color: #2A5F1C; }
span { border-color: rgb(42,95,28); }
td.TdClassName
{
border-color: #2A5F1C;
}
.TagClassName
{
border-color: #2A5F1C;
}
</style>