Shades of Chateau Green #30BD54
Tints of Chateau Green #30BD54
RGB
CMYK
RGB Variations
Color information
#30BD54 (or 0x30BD54) is known color: Chateau Green. HEX triplet: 30, BD and 54. RGB value is (48,189,84). Sum of RGB (Red+Green+Blue) = 48+189+84=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD54 is #CF42AB. Grayscale: #878787. Windows color (decimal): -13583020 or 5553456. OLE color: 5553456.
HSL color Cylindrical-coordinate representation of color #30BD54: hue angle of 135.32º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD54 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 84 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.26 |
| HSL | 135.32º | 0.59% | 0.46% | - |
| HSV(B) | 135.32º | 0.75% | 0.74% | - |
| XYZ | 21.02 | 37.66 | 14.55 | - |
| YUV | 134.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 84 | 0.75 | 0 | 0.56 | 0.26 | 135.32 | 0.59 | 0.46 |
| Hex | 30 | BD | 54 | 4B | 0 | 38 | 1A | 87 | 3B | 2E |
| Octal | 60 | 275 | 124 | 113 | 0 | 70 | 32 | 207 | 73 | 56 |
| Binary | 110000 | 10111101 | 1010100 | 1001011 | 0 | 111000 | 11010 | 10000111 | 111011 | 101110 |
Color Harmonies of #30BD54
Complementary color
Monochromatic Colors of #30BD54
Black with #30BD54
Text Example
Text Example
White with #30BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD54; }
p { color: rgb(48,189,84); }
H1.HeaderClassName
{
color: #30BD54;
}
.AnyTagClassName
{
color: #30BD54;
}
</style>
background-color css
<style>
a { background-color: #30BD54; }
a { background-color: rgb(48,189,84); }
div.DivClassName
{
background-color: #30BD54;
}
.BgClassName
{
background-color: #30BD54;
}
</style>
border-color css
<style>
span { border-color: #30BD54; }
span { border-color: rgb(48,189,84); }
td.TdClassName
{
border-color: #30BD54;
}
.TagClassName
{
border-color: #30BD54;
}
</style>