Shades of Green House #305A2A
Tints of Green House #305A2A
RGB
CMYK
RGB Variations
Color information
#305A2A (or 0x305A2A) is known color: Green House. HEX triplet: 30, 5A and 2A. RGB value is (48,90,42). Sum of RGB (Red+Green+Blue) = 48+90+42=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #305A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A2A is #CFA5D5. Grayscale: #484848. Windows color (decimal): -13608406 or 2775600. OLE color: 2775600.
HSL color Cylindrical-coordinate representation of color #305A2A: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305A2A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 42 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.65 |
| HSL | 112.5º | 0.36% | 0.26% | - |
| HSV(B) | 112.5º | 0.53% | 0.35% | - |
| XYZ | 5.29 | 8.11 | 3.48 | - |
| YUV | 71.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 42 | 0.47 | 0 | 0.53 | 0.65 | 112.5 | 0.36 | 0.26 |
| Hex | 30 | 5A | 2A | 2F | 0 | 35 | 41 | 70 | 24 | 1A |
| Octal | 60 | 132 | 52 | 57 | 0 | 65 | 101 | 160 | 44 | 32 |
| Binary | 110000 | 1011010 | 101010 | 101111 | 0 | 110101 | 1000001 | 1110000 | 100100 | 11010 |
Color Harmonies of #305A2A
Complementary color
Monochromatic Colors of #305A2A
Black with #305A2A
Text Example
Text Example
White with #305A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A2A; }
p { color: rgb(48,90,42); }
H1.HeaderClassName
{
color: #305A2A;
}
.AnyTagClassName
{
color: #305A2A;
}
</style>
background-color css
<style>
a { background-color: #305A2A; }
a { background-color: rgb(48,90,42); }
div.DivClassName
{
background-color: #305A2A;
}
.BgClassName
{
background-color: #305A2A;
}
</style>
border-color css
<style>
span { border-color: #305A2A; }
span { border-color: rgb(48,90,42); }
td.TdClassName
{
border-color: #305A2A;
}
.TagClassName
{
border-color: #305A2A;
}
</style>