Shades of Green House #2D5F1A
Tints of Green House #2D5F1A
RGB
CMYK
RGB Variations
Color information
#2D5F1A (or 0x2D5F1A) is known color: Green House. HEX triplet: 2D, 5F and 1A. RGB value is (45,95,26). Sum of RGB (Red+Green+Blue) = 45+95+26=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F1A is #D2A0E5. Grayscale: #484848. Windows color (decimal): -13803750 or 1728301. OLE color: 1728301.
HSL color Cylindrical-coordinate representation of color #2D5F1A: hue angle of 103.48º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D5F1A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 26 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.63 |
| HSL | 103.48º | 0.57% | 0.24% | - |
| HSV(B) | 103.48º | 0.73% | 0.37% | - |
| XYZ | 5.36 | 8.82 | 2.4 | - |
| YUV | 72.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 26 | 0.53 | 0 | 0.73 | 0.63 | 103.48 | 0.57 | 0.24 |
| Hex | 2D | 5F | 1A | 35 | 0 | 49 | 3F | 67 | 39 | 18 |
| Octal | 55 | 137 | 32 | 65 | 0 | 111 | 77 | 147 | 71 | 30 |
| Binary | 101101 | 1011111 | 11010 | 110101 | 0 | 1001001 | 111111 | 1100111 | 111001 | 11000 |
Color Harmonies of #2D5F1A
Complementary color
Monochromatic Colors of #2D5F1A
Black with #2D5F1A
Text Example
Text Example
White with #2D5F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F1A; }
p { color: rgb(45,95,26); }
H1.HeaderClassName
{
color: #2D5F1A;
}
.AnyTagClassName
{
color: #2D5F1A;
}
</style>
background-color css
<style>
a { background-color: #2D5F1A; }
a { background-color: rgb(45,95,26); }
div.DivClassName
{
background-color: #2D5F1A;
}
.BgClassName
{
background-color: #2D5F1A;
}
</style>
border-color css
<style>
span { border-color: #2D5F1A; }
span { border-color: rgb(45,95,26); }
td.TdClassName
{
border-color: #2D5F1A;
}
.TagClassName
{
border-color: #2D5F1A;
}
</style>