Shades of Green House #335F2D
Tints of Green House #335F2D
RGB
CMYK
RGB Variations
Color information
#335F2D (or 0x335F2D) is known color: Green House. HEX triplet: 33, 5F and 2D. RGB value is (51,95,45). Sum of RGB (Red+Green+Blue) = 51+95+45=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #335F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F2D is #CCA0D2. Grayscale: #4C4C4C. Windows color (decimal): -13410515 or 2973491. OLE color: 2973491.
HSL color Cylindrical-coordinate representation of color #335F2D: hue angle of 112.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #335F2D is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 45 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.63 |
| HSL | 112.8º | 0.36% | 0.27% | - |
| HSV(B) | 112.8º | 0.53% | 0.37% | - |
| XYZ | 5.93 | 9.08 | 3.92 | - |
| YUV | 76.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 45 | 0.46 | 0 | 0.53 | 0.63 | 112.8 | 0.36 | 0.27 |
| Hex | 33 | 5F | 2D | 2E | 0 | 35 | 3F | 71 | 24 | 1B |
| Octal | 63 | 137 | 55 | 56 | 0 | 65 | 77 | 161 | 44 | 33 |
| Binary | 110011 | 1011111 | 101101 | 101110 | 0 | 110101 | 111111 | 1110001 | 100100 | 11011 |
Color Harmonies of #335F2D
Complementary color
Monochromatic Colors of #335F2D
Black with #335F2D
Text Example
Text Example
White with #335F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F2D; }
p { color: rgb(51,95,45); }
H1.HeaderClassName
{
color: #335F2D;
}
.AnyTagClassName
{
color: #335F2D;
}
</style>
background-color css
<style>
a { background-color: #335F2D; }
a { background-color: rgb(51,95,45); }
div.DivClassName
{
background-color: #335F2D;
}
.BgClassName
{
background-color: #335F2D;
}
</style>
border-color css
<style>
span { border-color: #335F2D; }
span { border-color: rgb(51,95,45); }
td.TdClassName
{
border-color: #335F2D;
}
.TagClassName
{
border-color: #335F2D;
}
</style>