Shades of Green House #2E5F1F
Tints of Green House #2E5F1F
RGB
CMYK
RGB Variations
Color information
#2E5F1F (or 0x2E5F1F) is known color: Green House. HEX triplet: 2E, 5F and 1F. RGB value is (46,95,31). Sum of RGB (Red+Green+Blue) = 46+95+31=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5F1F is #D1A0E0. Grayscale: #494949. Windows color (decimal): -13738209 or 2055982. OLE color: 2055982.
HSL color Cylindrical-coordinate representation of color #2E5F1F: hue angle of 105.94º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E5F1F is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 95 | 31 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.63 |
| HSL | 105.94º | 0.51% | 0.25% | - |
| HSV(B) | 105.94º | 0.67% | 0.37% | - |
| XYZ | 5.47 | 8.86 | 2.72 | - |
| YUV | 73.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 31 | 0.52 | 0 | 0.67 | 0.63 | 105.94 | 0.51 | 0.25 |
| Hex | 2E | 5F | 1F | 34 | 0 | 43 | 3F | 6A | 33 | 19 |
| Octal | 56 | 137 | 37 | 64 | 0 | 103 | 77 | 152 | 63 | 31 |
| Binary | 101110 | 1011111 | 11111 | 110100 | 0 | 1000011 | 111111 | 1101010 | 110011 | 11001 |
Color Harmonies of #2E5F1F
Complementary color
Monochromatic Colors of #2E5F1F
Black with #2E5F1F
Text Example
Text Example
White with #2E5F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5F1F; }
p { color: rgb(46,95,31); }
H1.HeaderClassName
{
color: #2E5F1F;
}
.AnyTagClassName
{
color: #2E5F1F;
}
</style>
background-color css
<style>
a { background-color: #2E5F1F; }
a { background-color: rgb(46,95,31); }
div.DivClassName
{
background-color: #2E5F1F;
}
.BgClassName
{
background-color: #2E5F1F;
}
</style>
border-color css
<style>
span { border-color: #2E5F1F; }
span { border-color: rgb(46,95,31); }
td.TdClassName
{
border-color: #2E5F1F;
}
.TagClassName
{
border-color: #2E5F1F;
}
</style>