Shades of Chateau Green #30BA4D
Tints of Chateau Green #30BA4D
RGB
CMYK
RGB Variations
Color information
#30BA4D (or 0x30BA4D) is known color: Chateau Green. HEX triplet: 30, BA and 4D. RGB value is (48,186,77). Sum of RGB (Red+Green+Blue) = 48+186+77=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA4D is #CF45B2. Grayscale: #848484. Windows color (decimal): -13583795 or 5093936. OLE color: 5093936.
HSL color Cylindrical-coordinate representation of color #30BA4D: hue angle of 132.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA4D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 77 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.27 |
| HSL | 132.61º | 0.59% | 0.46% | - |
| HSV(B) | 132.61º | 0.74% | 0.73% | - |
| XYZ | 20.12 | 36.28 | 12.96 | - |
| YUV | 132.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 77 | 0.74 | 0 | 0.59 | 0.27 | 132.61 | 0.59 | 0.46 |
| Hex | 30 | BA | 4D | 4A | 0 | 3B | 1B | 85 | 3B | 2E |
| Octal | 60 | 272 | 115 | 112 | 0 | 73 | 33 | 205 | 73 | 56 |
| Binary | 110000 | 10111010 | 1001101 | 1001010 | 0 | 111011 | 11011 | 10000101 | 111011 | 101110 |
Color Harmonies of #30BA4D
Complementary color
Monochromatic Colors of #30BA4D
Black with #30BA4D
Text Example
Text Example
White with #30BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA4D; }
p { color: rgb(48,186,77); }
H1.HeaderClassName
{
color: #30BA4D;
}
.AnyTagClassName
{
color: #30BA4D;
}
</style>
background-color css
<style>
a { background-color: #30BA4D; }
a { background-color: rgb(48,186,77); }
div.DivClassName
{
background-color: #30BA4D;
}
.BgClassName
{
background-color: #30BA4D;
}
</style>
border-color css
<style>
span { border-color: #30BA4D; }
span { border-color: rgb(48,186,77); }
td.TdClassName
{
border-color: #30BA4D;
}
.TagClassName
{
border-color: #30BA4D;
}
</style>