Shades of Chateau Green #30B14E
Tints of Chateau Green #30B14E
RGB
CMYK
RGB Variations
Color information
#30B14E (or 0x30B14E) is known color: Chateau Green. HEX triplet: 30, B1 and 4E. RGB value is (48,177,78). Sum of RGB (Red+Green+Blue) = 48+177+78=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #30B14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B14E is #CF4EB1. Grayscale: #7F7F7F. Windows color (decimal): -13586098 or 5157168. OLE color: 5157168.
HSL color Cylindrical-coordinate representation of color #30B14E: hue angle of 133.95º 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 #30B14E is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 78 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.31 |
| HSL | 133.95º | 0.57% | 0.44% | - |
| HSV(B) | 133.95º | 0.73% | 0.69% | - |
| XYZ | 18.32 | 32.62 | 12.54 | - |
| YUV | 127.14 | 100.26 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 78 | 0.73 | 0 | 0.56 | 0.31 | 133.95 | 0.57 | 0.44 |
| Hex | 30 | B1 | 4E | 49 | 0 | 38 | 1F | 86 | 39 | 2C |
| Octal | 60 | 261 | 116 | 111 | 0 | 70 | 37 | 206 | 71 | 54 |
| Binary | 110000 | 10110001 | 1001110 | 1001001 | 0 | 111000 | 11111 | 10000110 | 111001 | 101100 |
Color Harmonies of #30B14E
Complementary color
Monochromatic Colors of #30B14E
Black with #30B14E
Text Example
Text Example
White with #30B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B14E; }
p { color: rgb(48,177,78); }
H1.HeaderClassName
{
color: #30B14E;
}
.AnyTagClassName
{
color: #30B14E;
}
</style>
background-color css
<style>
a { background-color: #30B14E; }
a { background-color: rgb(48,177,78); }
div.DivClassName
{
background-color: #30B14E;
}
.BgClassName
{
background-color: #30B14E;
}
</style>
border-color css
<style>
span { border-color: #30B14E; }
span { border-color: rgb(48,177,78); }
td.TdClassName
{
border-color: #30B14E;
}
.TagClassName
{
border-color: #30B14E;
}
</style>