Shades of Green House #2F621B
Tints of Green House #2F621B
RGB
CMYK
RGB Variations
Color information
#2F621B (or 0x2F621B) is known color: Green House. HEX triplet: 2F, 62 and 1B. RGB value is (47,98,27). Sum of RGB (Red+Green+Blue) = 47+98+27=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #2F621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F621B is #D09DE4. Grayscale: #4A4A4A. Windows color (decimal): -13671909 or 1794607. OLE color: 1794607.
HSL color Cylindrical-coordinate representation of color #2F621B: hue angle of 103.1º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F621B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 27 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.62 |
| HSL | 103.1º | 0.57% | 0.25% | - |
| HSV(B) | 103.1º | 0.72% | 0.38% | - |
| XYZ | 5.74 | 9.42 | 2.55 | - |
| YUV | 74.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 27 | 0.52 | 0 | 0.72 | 0.62 | 103.1 | 0.57 | 0.25 |
| Hex | 2F | 62 | 1B | 34 | 0 | 48 | 3E | 67 | 39 | 19 |
| Octal | 57 | 142 | 33 | 64 | 0 | 110 | 76 | 147 | 71 | 31 |
| Binary | 101111 | 1100010 | 11011 | 110100 | 0 | 1001000 | 111110 | 1100111 | 111001 | 11001 |
Color Harmonies of #2F621B
Complementary color
Monochromatic Colors of #2F621B
Black with #2F621B
Text Example
Text Example
White with #2F621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F621B; }
p { color: rgb(47,98,27); }
H1.HeaderClassName
{
color: #2F621B;
}
.AnyTagClassName
{
color: #2F621B;
}
</style>
background-color css
<style>
a { background-color: #2F621B; }
a { background-color: rgb(47,98,27); }
div.DivClassName
{
background-color: #2F621B;
}
.BgClassName
{
background-color: #2F621B;
}
</style>
border-color css
<style>
span { border-color: #2F621B; }
span { border-color: rgb(47,98,27); }
td.TdClassName
{
border-color: #2F621B;
}
.TagClassName
{
border-color: #2F621B;
}
</style>