Shades of Green House #2F6825
Tints of Green House #2F6825
RGB
CMYK
RGB Variations
Color information
#2F6825 (or 0x2F6825) is known color: Green House. HEX triplet: 2F, 68 and 25. RGB value is (47,104,37). Sum of RGB (Red+Green+Blue) = 47+104+37=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6825 is #D097DA. Grayscale: #4F4F4F. Windows color (decimal): -13670363 or 2451503. OLE color: 2451503.
HSL color Cylindrical-coordinate representation of color #2F6825: hue angle of 111.04º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F6825 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 37 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.59 |
| HSL | 111.04º | 0.48% | 0.28% | - |
| HSV(B) | 111.04º | 0.64% | 0.41% | - |
| XYZ | 6.46 | 10.64 | 3.46 | - |
| YUV | 79.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 37 | 0.55 | 0 | 0.64 | 0.59 | 111.04 | 0.48 | 0.28 |
| Hex | 2F | 68 | 25 | 37 | 0 | 40 | 3B | 6F | 30 | 1C |
| Octal | 57 | 150 | 45 | 67 | 0 | 100 | 73 | 157 | 60 | 34 |
| Binary | 101111 | 1101000 | 100101 | 110111 | 0 | 1000000 | 111011 | 1101111 | 110000 | 11100 |
Color Harmonies of #2F6825
Complementary color
Monochromatic Colors of #2F6825
Black with #2F6825
Text Example
Text Example
White with #2F6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6825; }
p { color: rgb(47,104,37); }
H1.HeaderClassName
{
color: #2F6825;
}
.AnyTagClassName
{
color: #2F6825;
}
</style>
background-color css
<style>
a { background-color: #2F6825; }
a { background-color: rgb(47,104,37); }
div.DivClassName
{
background-color: #2F6825;
}
.BgClassName
{
background-color: #2F6825;
}
</style>
border-color css
<style>
span { border-color: #2F6825; }
span { border-color: rgb(47,104,37); }
td.TdClassName
{
border-color: #2F6825;
}
.TagClassName
{
border-color: #2F6825;
}
</style>