Shades of Green House #2F661A
Tints of Green House #2F661A
RGB
CMYK
RGB Variations
Color information
#2F661A (or 0x2F661A) is known color: Green House. HEX triplet: 2F, 66 and 1A. RGB value is (47,102,26). Sum of RGB (Red+Green+Blue) = 47+102+26=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #2F661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F661A is #D099E5. Grayscale: #4D4D4D. Windows color (decimal): -13670886 or 1730095. OLE color: 1730095.
HSL color Cylindrical-coordinate representation of color #2F661A: hue angle of 103.42º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F661A is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 26 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.6 |
| HSL | 103.42º | 0.59% | 0.25% | - |
| HSV(B) | 103.42º | 0.75% | 0.4% | - |
| XYZ | 6.11 | 10.18 | 2.62 | - |
| YUV | 76.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 26 | 0.54 | 0 | 0.75 | 0.6 | 103.42 | 0.59 | 0.25 |
| Hex | 2F | 66 | 1A | 36 | 0 | 4B | 3C | 67 | 3B | 19 |
| Octal | 57 | 146 | 32 | 66 | 0 | 113 | 74 | 147 | 73 | 31 |
| Binary | 101111 | 1100110 | 11010 | 110110 | 0 | 1001011 | 111100 | 1100111 | 111011 | 11001 |
Color Harmonies of #2F661A
Complementary color
Monochromatic Colors of #2F661A
Black with #2F661A
Text Example
Text Example
White with #2F661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F661A; }
p { color: rgb(47,102,26); }
H1.HeaderClassName
{
color: #2F661A;
}
.AnyTagClassName
{
color: #2F661A;
}
</style>
background-color css
<style>
a { background-color: #2F661A; }
a { background-color: rgb(47,102,26); }
div.DivClassName
{
background-color: #2F661A;
}
.BgClassName
{
background-color: #2F661A;
}
</style>
border-color css
<style>
span { border-color: #2F661A; }
span { border-color: rgb(47,102,26); }
td.TdClassName
{
border-color: #2F661A;
}
.TagClassName
{
border-color: #2F661A;
}
</style>