Shades of Chateau Green #30AF43
Tints of Chateau Green #30AF43
RGB
CMYK
RGB Variations
Color information
#30AF43 (or 0x30AF43) is known color: Chateau Green. HEX triplet: 30, AF and 43. RGB value is (48,175,67). Sum of RGB (Red+Green+Blue) = 48+175+67=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF43 is #CF50BC. Grayscale: #7D7D7D. Windows color (decimal): -13586621 or 4435760. OLE color: 4435760.
HSL color Cylindrical-coordinate representation of color #30AF43: hue angle of 128.98º 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 #30AF43 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 67 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.31 |
| HSL | 128.98º | 0.57% | 0.44% | - |
| HSV(B) | 128.98º | 0.73% | 0.69% | - |
| XYZ | 17.56 | 31.69 | 10.5 | - |
| YUV | 124.72 | 95.42 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 67 | 0.73 | 0 | 0.62 | 0.31 | 128.98 | 0.57 | 0.44 |
| Hex | 30 | AF | 43 | 49 | 0 | 3E | 1F | 81 | 39 | 2C |
| Octal | 60 | 257 | 103 | 111 | 0 | 76 | 37 | 201 | 71 | 54 |
| Binary | 110000 | 10101111 | 1000011 | 1001001 | 0 | 111110 | 11111 | 10000001 | 111001 | 101100 |
Color Harmonies of #30AF43
Complementary color
Monochromatic Colors of #30AF43
Black with #30AF43
Text Example
Text Example
White with #30AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF43; }
p { color: rgb(48,175,67); }
H1.HeaderClassName
{
color: #30AF43;
}
.AnyTagClassName
{
color: #30AF43;
}
</style>
background-color css
<style>
a { background-color: #30AF43; }
a { background-color: rgb(48,175,67); }
div.DivClassName
{
background-color: #30AF43;
}
.BgClassName
{
background-color: #30AF43;
}
</style>
border-color css
<style>
span { border-color: #30AF43; }
span { border-color: rgb(48,175,67); }
td.TdClassName
{
border-color: #30AF43;
}
.TagClassName
{
border-color: #30AF43;
}
</style>