Shades of Chateau Green #30AB4B
Tints of Chateau Green #30AB4B
RGB
CMYK
RGB Variations
Color information
#30AB4B (or 0x30AB4B) is known color: Chateau Green. HEX triplet: 30, AB and 4B. RGB value is (48,171,75). Sum of RGB (Red+Green+Blue) = 48+171+75=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB4B is #CF54B4. Grayscale: #7B7B7B. Windows color (decimal): -13587637 or 4959024. OLE color: 4959024.
HSL color Cylindrical-coordinate representation of color #30AB4B: hue angle of 133.17º 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 #30AB4B is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 75 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.33 |
| HSL | 133.17º | 0.56% | 0.43% | - |
| HSV(B) | 133.17º | 0.72% | 0.67% | - |
| XYZ | 17.05 | 30.26 | 11.6 | - |
| YUV | 123.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 75 | 0.72 | 0 | 0.56 | 0.33 | 133.17 | 0.56 | 0.43 |
| Hex | 30 | AB | 4B | 48 | 0 | 38 | 21 | 85 | 38 | 2B |
| Octal | 60 | 253 | 113 | 110 | 0 | 70 | 41 | 205 | 70 | 53 |
| Binary | 110000 | 10101011 | 1001011 | 1001000 | 0 | 111000 | 100001 | 10000101 | 111000 | 101011 |
Color Harmonies of #30AB4B
Complementary color
Monochromatic Colors of #30AB4B
Black with #30AB4B
Text Example
Text Example
White with #30AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB4B; }
p { color: rgb(48,171,75); }
H1.HeaderClassName
{
color: #30AB4B;
}
.AnyTagClassName
{
color: #30AB4B;
}
</style>
background-color css
<style>
a { background-color: #30AB4B; }
a { background-color: rgb(48,171,75); }
div.DivClassName
{
background-color: #30AB4B;
}
.BgClassName
{
background-color: #30AB4B;
}
</style>
border-color css
<style>
span { border-color: #30AB4B; }
span { border-color: rgb(48,171,75); }
td.TdClassName
{
border-color: #30AB4B;
}
.TagClassName
{
border-color: #30AB4B;
}
</style>