Shades of Chateau Green #30A143
Tints of Chateau Green #30A143
RGB
CMYK
RGB Variations
Color information
#30A143 (or 0x30A143) is known color: Chateau Green. HEX triplet: 30, A1 and 43. RGB value is (48,161,67). Sum of RGB (Red+Green+Blue) = 48+161+67=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #30A143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A143 is #CF5EBC. Grayscale: #747474. Windows color (decimal): -13590205 or 4432176. OLE color: 4432176.
HSL color Cylindrical-coordinate representation of color #30A143: hue angle of 130.09º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A143 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 67 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.37 |
| HSL | 130.09º | 0.54% | 0.41% | - |
| HSV(B) | 130.09º | 0.7% | 0.63% | - |
| XYZ | 14.98 | 26.52 | 9.64 | - |
| YUV | 116.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 67 | 0.70 | 0 | 0.58 | 0.37 | 130.09 | 0.54 | 0.41 |
| Hex | 30 | A1 | 43 | 46 | 0 | 3A | 25 | 82 | 36 | 29 |
| Octal | 60 | 241 | 103 | 106 | 0 | 72 | 45 | 202 | 66 | 51 |
| Binary | 110000 | 10100001 | 1000011 | 1000110 | 0 | 111010 | 100101 | 10000010 | 110110 | 101001 |
Color Harmonies of #30A143
Complementary color
Monochromatic Colors of #30A143
Black with #30A143
Text Example
Text Example
White with #30A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A143; }
p { color: rgb(48,161,67); }
H1.HeaderClassName
{
color: #30A143;
}
.AnyTagClassName
{
color: #30A143;
}
</style>
background-color css
<style>
a { background-color: #30A143; }
a { background-color: rgb(48,161,67); }
div.DivClassName
{
background-color: #30A143;
}
.BgClassName
{
background-color: #30A143;
}
</style>
border-color css
<style>
span { border-color: #30A143; }
span { border-color: rgb(48,161,67); }
td.TdClassName
{
border-color: #30A143;
}
.TagClassName
{
border-color: #30A143;
}
</style>