Shades of Chateau Green #30AB57
Tints of Chateau Green #30AB57
RGB
CMYK
RGB Variations
Color information
#30AB57 (or 0x30AB57) is known color: Chateau Green. HEX triplet: 30, AB and 57. RGB value is (48,171,87). Sum of RGB (Red+Green+Blue) = 48+171+87=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB57 is #CF54A8. Grayscale: #7C7C7C. Windows color (decimal): -13587625 or 5745456. OLE color: 5745456.
HSL color Cylindrical-coordinate representation of color #30AB57: hue angle of 139.02º 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 #30AB57 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 87 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.33 |
| HSL | 139.02º | 0.56% | 0.43% | - |
| HSV(B) | 139.02º | 0.72% | 0.67% | - |
| XYZ | 17.5 | 30.44 | 13.97 | - |
| YUV | 124.65 | 106.75 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 87 | 0.72 | 0 | 0.49 | 0.33 | 139.02 | 0.56 | 0.43 |
| Hex | 30 | AB | 57 | 48 | 0 | 31 | 21 | 8B | 38 | 2B |
| Octal | 60 | 253 | 127 | 110 | 0 | 61 | 41 | 213 | 70 | 53 |
| Binary | 110000 | 10101011 | 1010111 | 1001000 | 0 | 110001 | 100001 | 10001011 | 111000 | 101011 |
Color Harmonies of #30AB57
Complementary color
Monochromatic Colors of #30AB57
Black with #30AB57
Text Example
Text Example
White with #30AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB57; }
p { color: rgb(48,171,87); }
H1.HeaderClassName
{
color: #30AB57;
}
.AnyTagClassName
{
color: #30AB57;
}
</style>
background-color css
<style>
a { background-color: #30AB57; }
a { background-color: rgb(48,171,87); }
div.DivClassName
{
background-color: #30AB57;
}
.BgClassName
{
background-color: #30AB57;
}
</style>
border-color css
<style>
span { border-color: #30AB57; }
span { border-color: rgb(48,171,87); }
td.TdClassName
{
border-color: #30AB57;
}
.TagClassName
{
border-color: #30AB57;
}
</style>