Shades of Green House #2D631E
Tints of Green House #2D631E
RGB
CMYK
RGB Variations
Color information
#2D631E (or 0x2D631E) is known color: Green House. HEX triplet: 2D, 63 and 1E. RGB value is (45,99,30). Sum of RGB (Red+Green+Blue) = 45+99+30=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #2D631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D631E is #D29CE1. Grayscale: #4B4B4B. Windows color (decimal): -13802722 or 1991469. OLE color: 1991469.
HSL color Cylindrical-coordinate representation of color #2D631E: hue angle of 106.96º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D631E is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 30 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.61 |
| HSL | 106.96º | 0.53% | 0.25% | - |
| HSV(B) | 106.96º | 0.7% | 0.39% | - |
| XYZ | 5.78 | 9.58 | 2.77 | - |
| YUV | 74.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 30 | 0.55 | 0 | 0.70 | 0.61 | 106.96 | 0.53 | 0.25 |
| Hex | 2D | 63 | 1E | 37 | 0 | 46 | 3D | 6B | 35 | 19 |
| Octal | 55 | 143 | 36 | 67 | 0 | 106 | 75 | 153 | 65 | 31 |
| Binary | 101101 | 1100011 | 11110 | 110111 | 0 | 1000110 | 111101 | 1101011 | 110101 | 11001 |
Color Harmonies of #2D631E
Complementary color
Monochromatic Colors of #2D631E
Black with #2D631E
Text Example
Text Example
White with #2D631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D631E; }
p { color: rgb(45,99,30); }
H1.HeaderClassName
{
color: #2D631E;
}
.AnyTagClassName
{
color: #2D631E;
}
</style>
background-color css
<style>
a { background-color: #2D631E; }
a { background-color: rgb(45,99,30); }
div.DivClassName
{
background-color: #2D631E;
}
.BgClassName
{
background-color: #2D631E;
}
</style>
border-color css
<style>
span { border-color: #2D631E; }
span { border-color: rgb(45,99,30); }
td.TdClassName
{
border-color: #2D631E;
}
.TagClassName
{
border-color: #2D631E;
}
</style>