Shades of Chateau Green #30A641
Tints of Chateau Green #30A641
RGB
CMYK
RGB Variations
Color information
#30A641 (or 0x30A641) is known color: Chateau Green. HEX triplet: 30, A6 and 41. RGB value is (48,166,65). Sum of RGB (Red+Green+Blue) = 48+166+65=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #30A641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A641 is #CF59BE. Grayscale: #777777. Windows color (decimal): -13588927 or 4302384. OLE color: 4302384.
HSL color Cylindrical-coordinate representation of color #30A641: hue angle of 128.64º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A641 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 65 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.35 |
| HSL | 128.64º | 0.55% | 0.42% | - |
| HSV(B) | 128.64º | 0.71% | 0.65% | - |
| XYZ | 15.81 | 28.28 | 9.63 | - |
| YUV | 119.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 65 | 0.71 | 0 | 0.61 | 0.35 | 128.64 | 0.55 | 0.42 |
| Hex | 30 | A6 | 41 | 47 | 0 | 3D | 23 | 81 | 37 | 2A |
| Octal | 60 | 246 | 101 | 107 | 0 | 75 | 43 | 201 | 67 | 52 |
| Binary | 110000 | 10100110 | 1000001 | 1000111 | 0 | 111101 | 100011 | 10000001 | 110111 | 101010 |
Color Harmonies of #30A641
Complementary color
Monochromatic Colors of #30A641
Black with #30A641
Text Example
Text Example
White with #30A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A641; }
p { color: rgb(48,166,65); }
H1.HeaderClassName
{
color: #30A641;
}
.AnyTagClassName
{
color: #30A641;
}
</style>
background-color css
<style>
a { background-color: #30A641; }
a { background-color: rgb(48,166,65); }
div.DivClassName
{
background-color: #30A641;
}
.BgClassName
{
background-color: #30A641;
}
</style>
border-color css
<style>
span { border-color: #30A641; }
span { border-color: rgb(48,166,65); }
td.TdClassName
{
border-color: #30A641;
}
.TagClassName
{
border-color: #30A641;
}
</style>