Shades of Green House #2A6317
Tints of Green House #2A6317
RGB
CMYK
RGB Variations
Color information
#2A6317 (or 0x2A6317) is known color: Green House. HEX triplet: 2A, 63 and 17. RGB value is (42,99,23). Sum of RGB (Red+Green+Blue) = 42+99+23=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6317 is #D59CE8. Grayscale: #494949. Windows color (decimal): -13999337 or 1532714. OLE color: 1532714.
HSL color Cylindrical-coordinate representation of color #2A6317: hue angle of 105º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A6317 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 23 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.61 |
| HSL | 105º | 0.62% | 0.24% | - |
| HSV(B) | 105º | 0.77% | 0.39% | - |
| XYZ | 5.57 | 9.48 | 2.35 | - |
| YUV | 73.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 23 | 0.58 | 0 | 0.77 | 0.61 | 105 | 0.62 | 0.24 |
| Hex | 2A | 63 | 17 | 3A | 0 | 4D | 3D | 69 | 3E | 18 |
| Octal | 52 | 143 | 27 | 72 | 0 | 115 | 75 | 151 | 76 | 30 |
| Binary | 101010 | 1100011 | 10111 | 111010 | 0 | 1001101 | 111101 | 1101001 | 111110 | 11000 |
Color Harmonies of #2A6317
Complementary color
Monochromatic Colors of #2A6317
Black with #2A6317
Text Example
Text Example
White with #2A6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6317; }
p { color: rgb(42,99,23); }
H1.HeaderClassName
{
color: #2A6317;
}
.AnyTagClassName
{
color: #2A6317;
}
</style>
background-color css
<style>
a { background-color: #2A6317; }
a { background-color: rgb(42,99,23); }
div.DivClassName
{
background-color: #2A6317;
}
.BgClassName
{
background-color: #2A6317;
}
</style>
border-color css
<style>
span { border-color: #2A6317; }
span { border-color: rgb(42,99,23); }
td.TdClassName
{
border-color: #2A6317;
}
.TagClassName
{
border-color: #2A6317;
}
</style>