Shades of Fruit Salad #30A23F
Tints of Fruit Salad #30A23F
RGB
CMYK
RGB Variations
Color information
#30A23F (or 0x30A23F) is known color: Fruit Salad. HEX triplet: 30, A2 and 3F. RGB value is (48,162,63). Sum of RGB (Red+Green+Blue) = 48+162+63=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #30A23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A23F is #CF5DC0. Grayscale: #747474. Windows color (decimal): -13589953 or 4170288. OLE color: 4170288.
HSL color Cylindrical-coordinate representation of color #30A23F: hue angle of 127.89º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A23F is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 63 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.36 |
| HSL | 127.89º | 0.54% | 0.41% | - |
| HSV(B) | 127.89º | 0.7% | 0.64% | - |
| XYZ | 15.04 | 26.83 | 9.09 | - |
| YUV | 116.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 63 | 0.70 | 0 | 0.61 | 0.36 | 127.89 | 0.54 | 0.41 |
| Hex | 30 | A2 | 3F | 46 | 0 | 3D | 24 | 80 | 36 | 29 |
| Octal | 60 | 242 | 77 | 106 | 0 | 75 | 44 | 200 | 66 | 51 |
| Binary | 110000 | 10100010 | 111111 | 1000110 | 0 | 111101 | 100100 | 10000000 | 110110 | 101001 |
Color Harmonies of #30A23F
Complementary color
Monochromatic Colors of #30A23F
Black with #30A23F
Text Example
Text Example
White with #30A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A23F; }
p { color: rgb(48,162,63); }
H1.HeaderClassName
{
color: #30A23F;
}
.AnyTagClassName
{
color: #30A23F;
}
</style>
background-color css
<style>
a { background-color: #30A23F; }
a { background-color: rgb(48,162,63); }
div.DivClassName
{
background-color: #30A23F;
}
.BgClassName
{
background-color: #30A23F;
}
</style>
border-color css
<style>
span { border-color: #30A23F; }
span { border-color: rgb(48,162,63); }
td.TdClassName
{
border-color: #30A23F;
}
.TagClassName
{
border-color: #30A23F;
}
</style>