Shades of Green House #30671A
Tints of Green House #30671A
RGB
CMYK
RGB Variations
Color information
#30671A (or 0x30671A) is known color: Green House. HEX triplet: 30, 67 and 1A. RGB value is (48,103,26). Sum of RGB (Red+Green+Blue) = 48+103+26=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #30671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30671A is #CF98E5. Grayscale: #4E4E4E. Windows color (decimal): -13605094 or 1730352. OLE color: 1730352.
HSL color Cylindrical-coordinate representation of color #30671A: hue angle of 102.86º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30671A is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 26 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.60 |
| HSL | 102.86º | 0.6% | 0.25% | - |
| HSV(B) | 102.86º | 0.75% | 0.4% | - |
| XYZ | 6.26 | 10.4 | 2.66 | - |
| YUV | 77.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 26 | 0.53 | 0 | 0.75 | 0.60 | 102.86 | 0.6 | 0.25 |
| Hex | 30 | 67 | 1A | 35 | 0 | 4B | 3C | 67 | 3C | 19 |
| Octal | 60 | 147 | 32 | 65 | 0 | 113 | 74 | 147 | 74 | 31 |
| Binary | 110000 | 1100111 | 11010 | 110101 | 0 | 1001011 | 111100 | 1100111 | 111100 | 11001 |
Color Harmonies of #30671A
Complementary color
Monochromatic Colors of #30671A
Black with #30671A
Text Example
Text Example
White with #30671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30671A; }
p { color: rgb(48,103,26); }
H1.HeaderClassName
{
color: #30671A;
}
.AnyTagClassName
{
color: #30671A;
}
</style>
background-color css
<style>
a { background-color: #30671A; }
a { background-color: rgb(48,103,26); }
div.DivClassName
{
background-color: #30671A;
}
.BgClassName
{
background-color: #30671A;
}
</style>
border-color css
<style>
span { border-color: #30671A; }
span { border-color: rgb(48,103,26); }
td.TdClassName
{
border-color: #30671A;
}
.TagClassName
{
border-color: #30671A;
}
</style>