Shades of Green House #42703C
Tints of Green House #42703C
RGB
CMYK
RGB Variations
Color information
#42703C (or 0x42703C) is known color: Green House. HEX triplet: 42, 70 and 3C. RGB value is (66,112,60). Sum of RGB (Red+Green+Blue) = 66+112+60=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #42703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42703C is #BD8FC3. Grayscale: #5C5C5C. Windows color (decimal): -12423108 or 3960898. OLE color: 3960898.
HSL color Cylindrical-coordinate representation of color #42703C: hue angle of 113.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42703C is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 112 | 60 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.56 |
| HSL | 113.08º | 0.3% | 0.34% | - |
| HSV(B) | 113.08º | 0.46% | 0.44% | - |
| XYZ | 8.86 | 13.07 | 6.33 | - |
| YUV | 92.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 60 | 0.41 | 0 | 0.46 | 0.56 | 113.08 | 0.3 | 0.34 |
| Hex | 42 | 70 | 3C | 29 | 0 | 2E | 38 | 71 | 1E | 22 |
| Octal | 102 | 160 | 74 | 51 | 0 | 56 | 70 | 161 | 36 | 42 |
| Binary | 1000010 | 1110000 | 111100 | 101001 | 0 | 101110 | 111000 | 1110001 | 11110 | 100010 |
Color Harmonies of #42703C
Complementary color
Monochromatic Colors of #42703C
Black with #42703C
Text Example
Text Example
White with #42703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42703C; }
p { color: rgb(66,112,60); }
H1.HeaderClassName
{
color: #42703C;
}
.AnyTagClassName
{
color: #42703C;
}
</style>
background-color css
<style>
a { background-color: #42703C; }
a { background-color: rgb(66,112,60); }
div.DivClassName
{
background-color: #42703C;
}
.BgClassName
{
background-color: #42703C;
}
</style>
border-color css
<style>
span { border-color: #42703C; }
span { border-color: rgb(66,112,60); }
td.TdClassName
{
border-color: #42703C;
}
.TagClassName
{
border-color: #42703C;
}
</style>