Shades of Chateau Green #30AF50
Tints of Chateau Green #30AF50
RGB
CMYK
RGB Variations
Color information
#30AF50 (or 0x30AF50) is known color: Chateau Green. HEX triplet: 30, AF and 50. RGB value is (48,175,80). Sum of RGB (Red+Green+Blue) = 48+175+80=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF50 is #CF50AF. Grayscale: #7E7E7E. Windows color (decimal): -13586608 or 5287728. OLE color: 5287728.
HSL color Cylindrical-coordinate representation of color #30AF50: hue angle of 135.12º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF50 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 80 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.31 |
| HSL | 135.12º | 0.57% | 0.44% | - |
| HSV(B) | 135.12º | 0.73% | 0.69% | - |
| XYZ | 18 | 31.87 | 12.79 | - |
| YUV | 126.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 80 | 0.73 | 0 | 0.54 | 0.31 | 135.12 | 0.57 | 0.44 |
| Hex | 30 | AF | 50 | 49 | 0 | 36 | 1F | 87 | 39 | 2C |
| Octal | 60 | 257 | 120 | 111 | 0 | 66 | 37 | 207 | 71 | 54 |
| Binary | 110000 | 10101111 | 1010000 | 1001001 | 0 | 110110 | 11111 | 10000111 | 111001 | 101100 |
Color Harmonies of #30AF50
Complementary color
Monochromatic Colors of #30AF50
Black with #30AF50
Text Example
Text Example
White with #30AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF50; }
p { color: rgb(48,175,80); }
H1.HeaderClassName
{
color: #30AF50;
}
.AnyTagClassName
{
color: #30AF50;
}
</style>
background-color css
<style>
a { background-color: #30AF50; }
a { background-color: rgb(48,175,80); }
div.DivClassName
{
background-color: #30AF50;
}
.BgClassName
{
background-color: #30AF50;
}
</style>
border-color css
<style>
span { border-color: #30AF50; }
span { border-color: rgb(48,175,80); }
td.TdClassName
{
border-color: #30AF50;
}
.TagClassName
{
border-color: #30AF50;
}
</style>