Shades of Green House #2D620F
Tints of Green House #2D620F
RGB
CMYK
RGB Variations
Color information
#2D620F (or 0x2D620F) is known color: Green House. HEX triplet: 2D, 62 and 0F. RGB value is (45,98,15). Sum of RGB (Red+Green+Blue) = 45+98+15=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #2D620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D620F is #D29DF0. Grayscale: #484848. Windows color (decimal): -13802993 or 1008173. OLE color: 1008173.
HSL color Cylindrical-coordinate representation of color #2D620F: hue angle of 98.31º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D620F is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 15 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.62 |
| HSL | 98.31º | 0.73% | 0.22% | - |
| HSV(B) | 98.31º | 0.85% | 0.38% | - |
| XYZ | 5.54 | 9.33 | 1.96 | - |
| YUV | 72.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 15 | 0.54 | 0 | 0.85 | 0.62 | 98.31 | 0.73 | 0.22 |
| Hex | 2D | 62 | F | 36 | 0 | 55 | 3E | 62 | 49 | 16 |
| Octal | 55 | 142 | 17 | 66 | 0 | 125 | 76 | 142 | 111 | 26 |
| Binary | 101101 | 1100010 | 1111 | 110110 | 0 | 1010101 | 111110 | 1100010 | 1001001 | 10110 |
Color Harmonies of #2D620F
Complementary color
Monochromatic Colors of #2D620F
Black with #2D620F
Text Example
Text Example
White with #2D620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D620F; }
p { color: rgb(45,98,15); }
H1.HeaderClassName
{
color: #2D620F;
}
.AnyTagClassName
{
color: #2D620F;
}
</style>
background-color css
<style>
a { background-color: #2D620F; }
a { background-color: rgb(45,98,15); }
div.DivClassName
{
background-color: #2D620F;
}
.BgClassName
{
background-color: #2D620F;
}
</style>
border-color css
<style>
span { border-color: #2D620F; }
span { border-color: rgb(45,98,15); }
td.TdClassName
{
border-color: #2D620F;
}
.TagClassName
{
border-color: #2D620F;
}
</style>