Shades of Green House #305A27
Tints of Green House #305A27
RGB
CMYK
RGB Variations
Color information
#305A27 (or 0x305A27) is known color: Green House. HEX triplet: 30, 5A and 27. RGB value is (48,90,39). Sum of RGB (Red+Green+Blue) = 48+90+39=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #305A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A27 is #CFA5D8. Grayscale: #474747. Windows color (decimal): -13608409 or 2578992. OLE color: 2578992.
HSL color Cylindrical-coordinate representation of color #305A27: hue angle of 109.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305A27 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 39 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.65 |
| HSL | 109.41º | 0.4% | 0.25% | - |
| HSV(B) | 109.41º | 0.57% | 0.35% | - |
| XYZ | 5.24 | 8.09 | 3.2 | - |
| YUV | 71.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 39 | 0.47 | 0 | 0.57 | 0.65 | 109.41 | 0.4 | 0.25 |
| Hex | 30 | 5A | 27 | 2F | 0 | 39 | 41 | 6D | 28 | 19 |
| Octal | 60 | 132 | 47 | 57 | 0 | 71 | 101 | 155 | 50 | 31 |
| Binary | 110000 | 1011010 | 100111 | 101111 | 0 | 111001 | 1000001 | 1101101 | 101000 | 11001 |
Color Harmonies of #305A27
Complementary color
Monochromatic Colors of #305A27
Black with #305A27
Text Example
Text Example
White with #305A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A27; }
p { color: rgb(48,90,39); }
H1.HeaderClassName
{
color: #305A27;
}
.AnyTagClassName
{
color: #305A27;
}
</style>
background-color css
<style>
a { background-color: #305A27; }
a { background-color: rgb(48,90,39); }
div.DivClassName
{
background-color: #305A27;
}
.BgClassName
{
background-color: #305A27;
}
</style>
border-color css
<style>
span { border-color: #305A27; }
span { border-color: rgb(48,90,39); }
td.TdClassName
{
border-color: #305A27;
}
.TagClassName
{
border-color: #305A27;
}
</style>