Shades of Chateau Green #309A50
Tints of Chateau Green #309A50
RGB
CMYK
RGB Variations
Color information
#309A50 (or 0x309A50) is known color: Chateau Green. HEX triplet: 30, 9A and 50. RGB value is (48,154,80). Sum of RGB (Red+Green+Blue) = 48+154+80=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #309A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A50 is #CF65AF. Grayscale: #727272. Windows color (decimal): -13591984 or 5282352. OLE color: 5282352.
HSL color Cylindrical-coordinate representation of color #309A50: hue angle of 138.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A50 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 80 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.40 |
| HSL | 138.11º | 0.52% | 0.4% | - |
| HSV(B) | 138.11º | 0.69% | 0.6% | - |
| XYZ | 14.22 | 24.32 | 11.53 | - |
| YUV | 113.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 80 | 0.69 | 0 | 0.48 | 0.40 | 138.11 | 0.52 | 0.4 |
| Hex | 30 | 9A | 50 | 45 | 0 | 30 | 28 | 8A | 34 | 28 |
| Octal | 60 | 232 | 120 | 105 | 0 | 60 | 50 | 212 | 64 | 50 |
| Binary | 110000 | 10011010 | 1010000 | 1000101 | 0 | 110000 | 101000 | 10001010 | 110100 | 101000 |
Color Harmonies of #309A50
Complementary color
Monochromatic Colors of #309A50
Black with #309A50
Text Example
Text Example
White with #309A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A50; }
p { color: rgb(48,154,80); }
H1.HeaderClassName
{
color: #309A50;
}
.AnyTagClassName
{
color: #309A50;
}
</style>
background-color css
<style>
a { background-color: #309A50; }
a { background-color: rgb(48,154,80); }
div.DivClassName
{
background-color: #309A50;
}
.BgClassName
{
background-color: #309A50;
}
</style>
border-color css
<style>
span { border-color: #309A50; }
span { border-color: rgb(48,154,80); }
td.TdClassName
{
border-color: #309A50;
}
.TagClassName
{
border-color: #309A50;
}
</style>