Shades of Chateau Green #30B25B
Tints of Chateau Green #30B25B
RGB
CMYK
RGB Variations
Color information
#30B25B (or 0x30B25B) is known color: Chateau Green. HEX triplet: 30, B2 and 5B. RGB value is (48,178,91). Sum of RGB (Red+Green+Blue) = 48+178+91=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #30B25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B25B is #CF4DA4. Grayscale: #818181. Windows color (decimal): -13585829 or 6009392. OLE color: 6009392.
HSL color Cylindrical-coordinate representation of color #30B25B: hue angle of 139.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B25B is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 91 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.30 |
| HSL | 139.85º | 0.58% | 0.44% | - |
| HSV(B) | 139.85º | 0.73% | 0.7% | - |
| XYZ | 19.03 | 33.22 | 15.31 | - |
| YUV | 129.21 | 106.43 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 91 | 0.73 | 0 | 0.49 | 0.30 | 139.85 | 0.58 | 0.44 |
| Hex | 30 | B2 | 5B | 49 | 0 | 31 | 1E | 8C | 3A | 2C |
| Octal | 60 | 262 | 133 | 111 | 0 | 61 | 36 | 214 | 72 | 54 |
| Binary | 110000 | 10110010 | 1011011 | 1001001 | 0 | 110001 | 11110 | 10001100 | 111010 | 101100 |
Color Harmonies of #30B25B
Complementary color
Monochromatic Colors of #30B25B
Black with #30B25B
Text Example
Text Example
White with #30B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B25B; }
p { color: rgb(48,178,91); }
H1.HeaderClassName
{
color: #30B25B;
}
.AnyTagClassName
{
color: #30B25B;
}
</style>
background-color css
<style>
a { background-color: #30B25B; }
a { background-color: rgb(48,178,91); }
div.DivClassName
{
background-color: #30B25B;
}
.BgClassName
{
background-color: #30B25B;
}
</style>
border-color css
<style>
span { border-color: #30B25B; }
span { border-color: rgb(48,178,91); }
td.TdClassName
{
border-color: #30B25B;
}
.TagClassName
{
border-color: #30B25B;
}
</style>