Shades of Chateau Green #30B754
Tints of Chateau Green #30B754
RGB
CMYK
RGB Variations
Color information
#30B754 (or 0x30B754) is known color: Chateau Green. HEX triplet: 30, B7 and 54. RGB value is (48,183,84). Sum of RGB (Red+Green+Blue) = 48+183+84=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #30B754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B754 is #CF48AB. Grayscale: #838383. Windows color (decimal): -13584556 or 5551920. OLE color: 5551920.
HSL color Cylindrical-coordinate representation of color #30B754: hue angle of 136º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B754 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 84 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.28 |
| HSL | 136º | 0.58% | 0.45% | - |
| HSV(B) | 136º | 0.74% | 0.72% | - |
| XYZ | 19.75 | 35.14 | 14.13 | - |
| YUV | 131.35 | 101.27 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 84 | 0.74 | 0 | 0.54 | 0.28 | 136 | 0.58 | 0.45 |
| Hex | 30 | B7 | 54 | 4A | 0 | 36 | 1C | 88 | 3A | 2D |
| Octal | 60 | 267 | 124 | 112 | 0 | 66 | 34 | 210 | 72 | 55 |
| Binary | 110000 | 10110111 | 1010100 | 1001010 | 0 | 110110 | 11100 | 10001000 | 111010 | 101101 |
Color Harmonies of #30B754
Complementary color
Monochromatic Colors of #30B754
Black with #30B754
Text Example
Text Example
White with #30B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B754; }
p { color: rgb(48,183,84); }
H1.HeaderClassName
{
color: #30B754;
}
.AnyTagClassName
{
color: #30B754;
}
</style>
background-color css
<style>
a { background-color: #30B754; }
a { background-color: rgb(48,183,84); }
div.DivClassName
{
background-color: #30B754;
}
.BgClassName
{
background-color: #30B754;
}
</style>
border-color css
<style>
span { border-color: #30B754; }
span { border-color: rgb(48,183,84); }
td.TdClassName
{
border-color: #30B754;
}
.TagClassName
{
border-color: #30B754;
}
</style>