Shades of Chateau Green #30B74A
Tints of Chateau Green #30B74A
RGB
CMYK
RGB Variations
Color information
#30B74A (or 0x30B74A) is known color: Chateau Green. HEX triplet: 30, B7 and 4A. RGB value is (48,183,74). Sum of RGB (Red+Green+Blue) = 48+183+74=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #30B74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B74A is #CF48B5. Grayscale: #828282. Windows color (decimal): -13584566 or 4896560. OLE color: 4896560.
HSL color Cylindrical-coordinate representation of color #30B74A: hue angle of 131.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B74A is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 74 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.28 |
| HSL | 131.56º | 0.58% | 0.45% | - |
| HSV(B) | 131.56º | 0.74% | 0.72% | - |
| XYZ | 19.39 | 34.99 | 12.21 | - |
| YUV | 130.21 | 96.27 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 74 | 0.74 | 0 | 0.60 | 0.28 | 131.56 | 0.58 | 0.45 |
| Hex | 30 | B7 | 4A | 4A | 0 | 3C | 1C | 84 | 3A | 2D |
| Octal | 60 | 267 | 112 | 112 | 0 | 74 | 34 | 204 | 72 | 55 |
| Binary | 110000 | 10110111 | 1001010 | 1001010 | 0 | 111100 | 11100 | 10000100 | 111010 | 101101 |
Color Harmonies of #30B74A
Complementary color
Monochromatic Colors of #30B74A
Black with #30B74A
Text Example
Text Example
White with #30B74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B74A; }
p { color: rgb(48,183,74); }
H1.HeaderClassName
{
color: #30B74A;
}
.AnyTagClassName
{
color: #30B74A;
}
</style>
background-color css
<style>
a { background-color: #30B74A; }
a { background-color: rgb(48,183,74); }
div.DivClassName
{
background-color: #30B74A;
}
.BgClassName
{
background-color: #30B74A;
}
</style>
border-color css
<style>
span { border-color: #30B74A; }
span { border-color: rgb(48,183,74); }
td.TdClassName
{
border-color: #30B74A;
}
.TagClassName
{
border-color: #30B74A;
}
</style>