Shades of Chateau Green #30AB50
Tints of Chateau Green #30AB50
RGB
CMYK
RGB Variations
Color information
#30AB50 (or 0x30AB50) is known color: Chateau Green. HEX triplet: 30, AB and 50. RGB value is (48,171,80). Sum of RGB (Red+Green+Blue) = 48+171+80=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB50 is #CF54AF. Grayscale: #7C7C7C. Windows color (decimal): -13587632 or 5286704. OLE color: 5286704.
HSL color Cylindrical-coordinate representation of color #30AB50: hue angle of 135.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB50 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 80 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.33 |
| HSL | 135.61º | 0.56% | 0.43% | - |
| HSV(B) | 135.61º | 0.72% | 0.67% | - |
| XYZ | 17.23 | 30.33 | 12.54 | - |
| YUV | 123.85 | 103.25 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 80 | 0.72 | 0 | 0.53 | 0.33 | 135.61 | 0.56 | 0.43 |
| Hex | 30 | AB | 50 | 48 | 0 | 35 | 21 | 88 | 38 | 2B |
| Octal | 60 | 253 | 120 | 110 | 0 | 65 | 41 | 210 | 70 | 53 |
| Binary | 110000 | 10101011 | 1010000 | 1001000 | 0 | 110101 | 100001 | 10001000 | 111000 | 101011 |
Color Harmonies of #30AB50
Complementary color
Monochromatic Colors of #30AB50
Black with #30AB50
Text Example
Text Example
White with #30AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB50; }
p { color: rgb(48,171,80); }
H1.HeaderClassName
{
color: #30AB50;
}
.AnyTagClassName
{
color: #30AB50;
}
</style>
background-color css
<style>
a { background-color: #30AB50; }
a { background-color: rgb(48,171,80); }
div.DivClassName
{
background-color: #30AB50;
}
.BgClassName
{
background-color: #30AB50;
}
</style>
border-color css
<style>
span { border-color: #30AB50; }
span { border-color: rgb(48,171,80); }
td.TdClassName
{
border-color: #30AB50;
}
.TagClassName
{
border-color: #30AB50;
}
</style>