Shades of Chateau Green #30B550
Tints of Chateau Green #30B550
RGB
CMYK
RGB Variations
Color information
#30B550 (or 0x30B550) is known color: Chateau Green. HEX triplet: 30, B5 and 50. RGB value is (48,181,80). Sum of RGB (Red+Green+Blue) = 48+181+80=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #30B550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B550 is #CF4AAF. Grayscale: #818181. Windows color (decimal): -13585072 or 5289264. OLE color: 5289264.
HSL color Cylindrical-coordinate representation of color #30B550: hue angle of 134.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B550 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 80 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.29 |
| HSL | 134.44º | 0.58% | 0.45% | - |
| HSV(B) | 134.44º | 0.73% | 0.71% | - |
| XYZ | 19.19 | 34.26 | 13.19 | - |
| YUV | 129.72 | 99.94 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 80 | 0.73 | 0 | 0.56 | 0.29 | 134.44 | 0.58 | 0.45 |
| Hex | 30 | B5 | 50 | 49 | 0 | 38 | 1D | 86 | 3A | 2D |
| Octal | 60 | 265 | 120 | 111 | 0 | 70 | 35 | 206 | 72 | 55 |
| Binary | 110000 | 10110101 | 1010000 | 1001001 | 0 | 111000 | 11101 | 10000110 | 111010 | 101101 |
Color Harmonies of #30B550
Complementary color
Monochromatic Colors of #30B550
Black with #30B550
Text Example
Text Example
White with #30B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B550; }
p { color: rgb(48,181,80); }
H1.HeaderClassName
{
color: #30B550;
}
.AnyTagClassName
{
color: #30B550;
}
</style>
background-color css
<style>
a { background-color: #30B550; }
a { background-color: rgb(48,181,80); }
div.DivClassName
{
background-color: #30B550;
}
.BgClassName
{
background-color: #30B550;
}
</style>
border-color css
<style>
span { border-color: #30B550; }
span { border-color: rgb(48,181,80); }
td.TdClassName
{
border-color: #30B550;
}
.TagClassName
{
border-color: #30B550;
}
</style>