Shades of Chateau Green #30B24A
Tints of Chateau Green #30B24A
RGB
CMYK
RGB Variations
Color information
#30B24A (or 0x30B24A) is known color: Chateau Green. HEX triplet: 30, B2 and 4A. RGB value is (48,178,74). Sum of RGB (Red+Green+Blue) = 48+178+74=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #30B24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B24A is #CF4DB5. Grayscale: #7F7F7F. Windows color (decimal): -13585846 or 4895280. OLE color: 4895280.
HSL color Cylindrical-coordinate representation of color #30B24A: hue angle of 132º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B24A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 74 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.30 |
| HSL | 132º | 0.58% | 0.44% | - |
| HSV(B) | 132º | 0.73% | 0.7% | - |
| XYZ | 18.38 | 32.96 | 11.87 | - |
| YUV | 127.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 74 | 0.73 | 0 | 0.58 | 0.30 | 132 | 0.58 | 0.44 |
| Hex | 30 | B2 | 4A | 49 | 0 | 3A | 1E | 84 | 3A | 2C |
| Octal | 60 | 262 | 112 | 111 | 0 | 72 | 36 | 204 | 72 | 54 |
| Binary | 110000 | 10110010 | 1001010 | 1001001 | 0 | 111010 | 11110 | 10000100 | 111010 | 101100 |
Color Harmonies of #30B24A
Complementary color
Monochromatic Colors of #30B24A
Black with #30B24A
Text Example
Text Example
White with #30B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B24A; }
p { color: rgb(48,178,74); }
H1.HeaderClassName
{
color: #30B24A;
}
.AnyTagClassName
{
color: #30B24A;
}
</style>
background-color css
<style>
a { background-color: #30B24A; }
a { background-color: rgb(48,178,74); }
div.DivClassName
{
background-color: #30B24A;
}
.BgClassName
{
background-color: #30B24A;
}
</style>
border-color css
<style>
span { border-color: #30B24A; }
span { border-color: rgb(48,178,74); }
td.TdClassName
{
border-color: #30B24A;
}
.TagClassName
{
border-color: #30B24A;
}
</style>