Shades of Green House #305F1C
Tints of Green House #305F1C
RGB
CMYK
RGB Variations
Color information
#305F1C (or 0x305F1C) is known color: Green House. HEX triplet: 30, 5F and 1C. RGB value is (48,95,28). Sum of RGB (Red+Green+Blue) = 48+95+28=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 95 (37.5% from 255 or 55.56% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 95 - color contains mainly: green. Hex color #305F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F1C is #CFA0E3. Grayscale: #494949. Windows color (decimal): -13607140 or 1859376. OLE color: 1859376.
HSL color Cylindrical-coordinate representation of color #305F1C: hue angle of 102.09º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305F1C is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 95 | 28 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.63 |
| HSL | 102.09º | 0.54% | 0.24% | - |
| HSV(B) | 102.09º | 0.71% | 0.37% | - |
| XYZ | 5.52 | 8.9 | 2.52 | - |
| YUV | 73.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 28 | 0.49 | 0 | 0.71 | 0.63 | 102.09 | 0.54 | 0.24 |
| Hex | 30 | 5F | 1C | 31 | 0 | 47 | 3F | 66 | 36 | 18 |
| Octal | 60 | 137 | 34 | 61 | 0 | 107 | 77 | 146 | 66 | 30 |
| Binary | 110000 | 1011111 | 11100 | 110001 | 0 | 1000111 | 111111 | 1100110 | 110110 | 11000 |
Color Harmonies of #305F1C
Complementary color
Monochromatic Colors of #305F1C
Black with #305F1C
Text Example
Text Example
White with #305F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F1C; }
p { color: rgb(48,95,28); }
H1.HeaderClassName
{
color: #305F1C;
}
.AnyTagClassName
{
color: #305F1C;
}
</style>
background-color css
<style>
a { background-color: #305F1C; }
a { background-color: rgb(48,95,28); }
div.DivClassName
{
background-color: #305F1C;
}
.BgClassName
{
background-color: #305F1C;
}
</style>
border-color css
<style>
span { border-color: #305F1C; }
span { border-color: rgb(48,95,28); }
td.TdClassName
{
border-color: #305F1C;
}
.TagClassName
{
border-color: #305F1C;
}
</style>