Shades of Chateau Green #30AD48
Tints of Chateau Green #30AD48
RGB
CMYK
RGB Variations
Color information
#30AD48 (or 0x30AD48) is known color: Chateau Green. HEX triplet: 30, AD and 48. RGB value is (48,173,72). Sum of RGB (Red+Green+Blue) = 48+173+72=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AD48 is #CF52B7. Grayscale: #7C7C7C. Windows color (decimal): -13587128 or 4762928. OLE color: 4762928.
HSL color Cylindrical-coordinate representation of color #30AD48: hue angle of 131.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD48 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 72 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.32 |
| HSL | 131.52º | 0.57% | 0.43% | - |
| HSV(B) | 131.52º | 0.72% | 0.68% | - |
| XYZ | 17.33 | 30.98 | 11.2 | - |
| YUV | 124.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 72 | 0.72 | 0 | 0.58 | 0.32 | 131.52 | 0.57 | 0.43 |
| Hex | 30 | AD | 48 | 48 | 0 | 3A | 20 | 84 | 39 | 2B |
| Octal | 60 | 255 | 110 | 110 | 0 | 72 | 40 | 204 | 71 | 53 |
| Binary | 110000 | 10101101 | 1001000 | 1001000 | 0 | 111010 | 100000 | 10000100 | 111001 | 101011 |
Color Harmonies of #30AD48
Complementary color
Monochromatic Colors of #30AD48
Black with #30AD48
Text Example
Text Example
White with #30AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD48; }
p { color: rgb(48,173,72); }
H1.HeaderClassName
{
color: #30AD48;
}
.AnyTagClassName
{
color: #30AD48;
}
</style>
background-color css
<style>
a { background-color: #30AD48; }
a { background-color: rgb(48,173,72); }
div.DivClassName
{
background-color: #30AD48;
}
.BgClassName
{
background-color: #30AD48;
}
</style>
border-color css
<style>
span { border-color: #30AD48; }
span { border-color: rgb(48,173,72); }
td.TdClassName
{
border-color: #30AD48;
}
.TagClassName
{
border-color: #30AD48;
}
</style>