Shades of Green House #2F6523
Tints of Green House #2F6523
RGB
CMYK
RGB Variations
Color information
#2F6523 (or 0x2F6523) is known color: Green House. HEX triplet: 2F, 65 and 23. RGB value is (47,101,35). Sum of RGB (Red+Green+Blue) = 47+101+35=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6523 is #D09ADC. Grayscale: #4D4D4D. Windows color (decimal): -13671133 or 2319663. OLE color: 2319663.
HSL color Cylindrical-coordinate representation of color #2F6523: hue angle of 109.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6523 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 35 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.60 |
| HSL | 109.09º | 0.49% | 0.27% | - |
| HSV(B) | 109.09º | 0.65% | 0.4% | - |
| XYZ | 6.13 | 10.03 | 3.2 | - |
| YUV | 77.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 35 | 0.53 | 0 | 0.65 | 0.60 | 109.09 | 0.49 | 0.27 |
| Hex | 2F | 65 | 23 | 35 | 0 | 41 | 3C | 6D | 31 | 1B |
| Octal | 57 | 145 | 43 | 65 | 0 | 101 | 74 | 155 | 61 | 33 |
| Binary | 101111 | 1100101 | 100011 | 110101 | 0 | 1000001 | 111100 | 1101101 | 110001 | 11011 |
Color Harmonies of #2F6523
Complementary color
Monochromatic Colors of #2F6523
Black with #2F6523
Text Example
Text Example
White with #2F6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6523; }
p { color: rgb(47,101,35); }
H1.HeaderClassName
{
color: #2F6523;
}
.AnyTagClassName
{
color: #2F6523;
}
</style>
background-color css
<style>
a { background-color: #2F6523; }
a { background-color: rgb(47,101,35); }
div.DivClassName
{
background-color: #2F6523;
}
.BgClassName
{
background-color: #2F6523;
}
</style>
border-color css
<style>
span { border-color: #2F6523; }
span { border-color: rgb(47,101,35); }
td.TdClassName
{
border-color: #2F6523;
}
.TagClassName
{
border-color: #2F6523;
}
</style>