Shades of Green House #30641D
Tints of Green House #30641D
RGB
CMYK
RGB Variations
Color information
#30641D (or 0x30641D) is known color: Green House. HEX triplet: 30, 64 and 1D. RGB value is (48,100,29). Sum of RGB (Red+Green+Blue) = 48+100+29=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #30641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30641D is #CF9BE2. Grayscale: #4C4C4C. Windows color (decimal): -13605859 or 1926192. OLE color: 1926192.
HSL color Cylindrical-coordinate representation of color #30641D: hue angle of 103.94º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30641D is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 100 | 29 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.61 |
| HSL | 103.94º | 0.55% | 0.25% | - |
| HSV(B) | 103.94º | 0.71% | 0.39% | - |
| XYZ | 6 | 9.83 | 2.74 | - |
| YUV | 76.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 29 | 0.52 | 0 | 0.71 | 0.61 | 103.94 | 0.55 | 0.25 |
| Hex | 30 | 64 | 1D | 34 | 0 | 47 | 3D | 68 | 37 | 19 |
| Octal | 60 | 144 | 35 | 64 | 0 | 107 | 75 | 150 | 67 | 31 |
| Binary | 110000 | 1100100 | 11101 | 110100 | 0 | 1000111 | 111101 | 1101000 | 110111 | 11001 |
Color Harmonies of #30641D
Complementary color
Monochromatic Colors of #30641D
Black with #30641D
Text Example
Text Example
White with #30641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30641D; }
p { color: rgb(48,100,29); }
H1.HeaderClassName
{
color: #30641D;
}
.AnyTagClassName
{
color: #30641D;
}
</style>
background-color css
<style>
a { background-color: #30641D; }
a { background-color: rgb(48,100,29); }
div.DivClassName
{
background-color: #30641D;
}
.BgClassName
{
background-color: #30641D;
}
</style>
border-color css
<style>
span { border-color: #30641D; }
span { border-color: rgb(48,100,29); }
td.TdClassName
{
border-color: #30641D;
}
.TagClassName
{
border-color: #30641D;
}
</style>