Shades of Green House #2F5D1E
Tints of Green House #2F5D1E
RGB
CMYK
RGB Variations
Color information
#2F5D1E (or 0x2F5D1E) is known color: Green House. HEX triplet: 2F, 5D and 1E. RGB value is (47,93,30). Sum of RGB (Red+Green+Blue) = 47+93+30=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D1E is #D0A2E1. Grayscale: #484848. Windows color (decimal): -13673186 or 1989935. OLE color: 1989935.
HSL color Cylindrical-coordinate representation of color #2F5D1E: hue angle of 103.81º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5D1E is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 30 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.64 |
| HSL | 103.81º | 0.51% | 0.24% | - |
| HSV(B) | 103.81º | 0.68% | 0.36% | - |
| XYZ | 5.32 | 8.53 | 2.59 | - |
| YUV | 72.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 30 | 0.49 | 0 | 0.68 | 0.64 | 103.81 | 0.51 | 0.24 |
| Hex | 2F | 5D | 1E | 31 | 0 | 44 | 40 | 68 | 33 | 18 |
| Octal | 57 | 135 | 36 | 61 | 0 | 104 | 100 | 150 | 63 | 30 |
| Binary | 101111 | 1011101 | 11110 | 110001 | 0 | 1000100 | 1000000 | 1101000 | 110011 | 11000 |
Color Harmonies of #2F5D1E
Complementary color
Monochromatic Colors of #2F5D1E
Black with #2F5D1E
Text Example
Text Example
White with #2F5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D1E; }
p { color: rgb(47,93,30); }
H1.HeaderClassName
{
color: #2F5D1E;
}
.AnyTagClassName
{
color: #2F5D1E;
}
</style>
background-color css
<style>
a { background-color: #2F5D1E; }
a { background-color: rgb(47,93,30); }
div.DivClassName
{
background-color: #2F5D1E;
}
.BgClassName
{
background-color: #2F5D1E;
}
</style>
border-color css
<style>
span { border-color: #2F5D1E; }
span { border-color: rgb(47,93,30); }
td.TdClassName
{
border-color: #2F5D1E;
}
.TagClassName
{
border-color: #2F5D1E;
}
</style>