Shades of Green House #305C28
Tints of Green House #305C28
RGB
CMYK
RGB Variations
Color information
#305C28 (or 0x305C28) is known color: Green House. HEX triplet: 30, 5C and 28. RGB value is (48,92,40). Sum of RGB (Red+Green+Blue) = 48+92+40=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #305C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C28 is #CFA3D7. Grayscale: #494949. Windows color (decimal): -13607896 or 2645040. OLE color: 2645040.
HSL color Cylindrical-coordinate representation of color #305C28: hue angle of 110.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305C28 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 92 | 40 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.64 |
| HSL | 110.77º | 0.39% | 0.26% | - |
| HSV(B) | 110.77º | 0.57% | 0.36% | - |
| XYZ | 5.43 | 8.44 | 3.35 | - |
| YUV | 72.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 40 | 0.48 | 0 | 0.57 | 0.64 | 110.77 | 0.39 | 0.26 |
| Hex | 30 | 5C | 28 | 30 | 0 | 39 | 40 | 6F | 27 | 1A |
| Octal | 60 | 134 | 50 | 60 | 0 | 71 | 100 | 157 | 47 | 32 |
| Binary | 110000 | 1011100 | 101000 | 110000 | 0 | 111001 | 1000000 | 1101111 | 100111 | 11010 |
Color Harmonies of #305C28
Complementary color
Monochromatic Colors of #305C28
Black with #305C28
Text Example
Text Example
White with #305C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C28; }
p { color: rgb(48,92,40); }
H1.HeaderClassName
{
color: #305C28;
}
.AnyTagClassName
{
color: #305C28;
}
</style>
background-color css
<style>
a { background-color: #305C28; }
a { background-color: rgb(48,92,40); }
div.DivClassName
{
background-color: #305C28;
}
.BgClassName
{
background-color: #305C28;
}
</style>
border-color css
<style>
span { border-color: #305C28; }
span { border-color: rgb(48,92,40); }
td.TdClassName
{
border-color: #305C28;
}
.TagClassName
{
border-color: #305C28;
}
</style>