Shades of Green House #306C23
Tints of Green House #306C23
RGB
CMYK
RGB Variations
Color information
#306C23 (or 0x306C23) is known color: Green House. HEX triplet: 30, 6C and 23. RGB value is (48,108,35). Sum of RGB (Red+Green+Blue) = 48+108+35=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #306C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C23 is #CF93DC. Grayscale: #515151. Windows color (decimal): -13603805 or 2321456. OLE color: 2321456.
HSL color Cylindrical-coordinate representation of color #306C23: hue angle of 109.32º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306C23 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 108 | 35 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.58 |
| HSL | 109.32º | 0.51% | 0.28% | - |
| HSV(B) | 109.32º | 0.68% | 0.42% | - |
| XYZ | 6.88 | 11.47 | 3.44 | - |
| YUV | 81.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 35 | 0.56 | 0 | 0.68 | 0.58 | 109.32 | 0.51 | 0.28 |
| Hex | 30 | 6C | 23 | 38 | 0 | 44 | 3A | 6D | 33 | 1C |
| Octal | 60 | 154 | 43 | 70 | 0 | 104 | 72 | 155 | 63 | 34 |
| Binary | 110000 | 1101100 | 100011 | 111000 | 0 | 1000100 | 111010 | 1101101 | 110011 | 11100 |
Color Harmonies of #306C23
Complementary color
Monochromatic Colors of #306C23
Black with #306C23
Text Example
Text Example
White with #306C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C23; }
p { color: rgb(48,108,35); }
H1.HeaderClassName
{
color: #306C23;
}
.AnyTagClassName
{
color: #306C23;
}
</style>
background-color css
<style>
a { background-color: #306C23; }
a { background-color: rgb(48,108,35); }
div.DivClassName
{
background-color: #306C23;
}
.BgClassName
{
background-color: #306C23;
}
</style>
border-color css
<style>
span { border-color: #306C23; }
span { border-color: rgb(48,108,35); }
td.TdClassName
{
border-color: #306C23;
}
.TagClassName
{
border-color: #306C23;
}
</style>