Shades of Green House #2D6219
Tints of Green House #2D6219
RGB
CMYK
RGB Variations
Color information
#2D6219 (or 0x2D6219) is known color: Green House. HEX triplet: 2D, 62 and 19. RGB value is (45,98,25). Sum of RGB (Red+Green+Blue) = 45+98+25=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6219 is #D29DE6. Grayscale: #4A4A4A. Windows color (decimal): -13802983 or 1663533. OLE color: 1663533.
HSL color Cylindrical-coordinate representation of color #2D6219: hue angle of 103.56º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D6219 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 25 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.62 |
| HSL | 103.56º | 0.59% | 0.24% | - |
| HSV(B) | 103.56º | 0.74% | 0.38% | - |
| XYZ | 5.63 | 9.36 | 2.43 | - |
| YUV | 73.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 25 | 0.54 | 0 | 0.74 | 0.62 | 103.56 | 0.59 | 0.24 |
| Hex | 2D | 62 | 19 | 36 | 0 | 4A | 3E | 68 | 3B | 18 |
| Octal | 55 | 142 | 31 | 66 | 0 | 112 | 76 | 150 | 73 | 30 |
| Binary | 101101 | 1100010 | 11001 | 110110 | 0 | 1001010 | 111110 | 1101000 | 111011 | 11000 |
Color Harmonies of #2D6219
Complementary color
Monochromatic Colors of #2D6219
Black with #2D6219
Text Example
Text Example
White with #2D6219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6219; }
p { color: rgb(45,98,25); }
H1.HeaderClassName
{
color: #2D6219;
}
.AnyTagClassName
{
color: #2D6219;
}
</style>
background-color css
<style>
a { background-color: #2D6219; }
a { background-color: rgb(45,98,25); }
div.DivClassName
{
background-color: #2D6219;
}
.BgClassName
{
background-color: #2D6219;
}
</style>
border-color css
<style>
span { border-color: #2D6219; }
span { border-color: rgb(45,98,25); }
td.TdClassName
{
border-color: #2D6219;
}
.TagClassName
{
border-color: #2D6219;
}
</style>