Shades of Green House #2F5A28
Tints of Green House #2F5A28
RGB
CMYK
RGB Variations
Color information
#2F5A28 (or 0x2F5A28) is known color: Green House. HEX triplet: 2F, 5A and 28. RGB value is (47,90,40). Sum of RGB (Red+Green+Blue) = 47+90+40=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A28 is #D0A5D7. Grayscale: #474747. Windows color (decimal): -13673944 or 2644527. OLE color: 2644527.
HSL color Cylindrical-coordinate representation of color #2F5A28: hue angle of 111.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F5A28 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 40 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.65 |
| HSL | 111.6º | 0.38% | 0.25% | - |
| HSV(B) | 111.6º | 0.56% | 0.35% | - |
| XYZ | 5.21 | 8.07 | 3.29 | - |
| YUV | 71.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 40 | 0.48 | 0 | 0.56 | 0.65 | 111.6 | 0.38 | 0.25 |
| Hex | 2F | 5A | 28 | 30 | 0 | 38 | 41 | 70 | 26 | 19 |
| Octal | 57 | 132 | 50 | 60 | 0 | 70 | 101 | 160 | 46 | 31 |
| Binary | 101111 | 1011010 | 101000 | 110000 | 0 | 111000 | 1000001 | 1110000 | 100110 | 11001 |
Color Harmonies of #2F5A28
Complementary color
Monochromatic Colors of #2F5A28
Black with #2F5A28
Text Example
Text Example
White with #2F5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A28; }
p { color: rgb(47,90,40); }
H1.HeaderClassName
{
color: #2F5A28;
}
.AnyTagClassName
{
color: #2F5A28;
}
</style>
background-color css
<style>
a { background-color: #2F5A28; }
a { background-color: rgb(47,90,40); }
div.DivClassName
{
background-color: #2F5A28;
}
.BgClassName
{
background-color: #2F5A28;
}
</style>
border-color css
<style>
span { border-color: #2F5A28; }
span { border-color: rgb(47,90,40); }
td.TdClassName
{
border-color: #2F5A28;
}
.TagClassName
{
border-color: #2F5A28;
}
</style>