Shades of Green House #335E2F
Tints of Green House #335E2F
RGB
CMYK
RGB Variations
Color information
#335E2F (or 0x335E2F) is known color: Green House. HEX triplet: 33, 5E and 2F. RGB value is (51,94,47). Sum of RGB (Red+Green+Blue) = 51+94+47=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #335E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E2F is #CCA1D0. Grayscale: #4B4B4B. Windows color (decimal): -13410769 or 3104307. OLE color: 3104307.
HSL color Cylindrical-coordinate representation of color #335E2F: hue angle of 114.89º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335E2F is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 47 | - |
| CMYK | 0.46 | 0 | 0.5 | 0.63 |
| HSL | 114.89º | 0.33% | 0.28% | - |
| HSV(B) | 114.89º | 0.5% | 0.37% | - |
| XYZ | 5.88 | 8.91 | 4.1 | - |
| YUV | 75.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 47 | 0.46 | 0 | 0.5 | 0.63 | 114.89 | 0.33 | 0.28 |
| Hex | 33 | 5E | 2F | 2E | 0 | 32 | 3F | 73 | 21 | 1C |
| Octal | 63 | 136 | 57 | 56 | 0 | 62 | 77 | 163 | 41 | 34 |
| Binary | 110011 | 1011110 | 101111 | 101110 | 0 | 110010 | 111111 | 1110011 | 100001 | 11100 |
Color Harmonies of #335E2F
Complementary color
Monochromatic Colors of #335E2F
Black with #335E2F
Text Example
Text Example
White with #335E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E2F; }
p { color: rgb(51,94,47); }
H1.HeaderClassName
{
color: #335E2F;
}
.AnyTagClassName
{
color: #335E2F;
}
</style>
background-color css
<style>
a { background-color: #335E2F; }
a { background-color: rgb(51,94,47); }
div.DivClassName
{
background-color: #335E2F;
}
.BgClassName
{
background-color: #335E2F;
}
</style>
border-color css
<style>
span { border-color: #335E2F; }
span { border-color: rgb(51,94,47); }
td.TdClassName
{
border-color: #335E2F;
}
.TagClassName
{
border-color: #335E2F;
}
</style>