Shades of Fruit Salad #30A83A
Tints of Fruit Salad #30A83A
RGB
CMYK
RGB Variations
Color information
#30A83A (or 0x30A83A) is known color: Fruit Salad. HEX triplet: 30, A8 and 3A. RGB value is (48,168,58). Sum of RGB (Red+Green+Blue) = 48+168+58=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 168 (66.02% from 255 or 61.31% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 168 - color contains mainly: green. Hex color #30A83A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A83A is #CF57C5. Grayscale: #777777. Windows color (decimal): -13588422 or 3844144. OLE color: 3844144.
HSL color Cylindrical-coordinate representation of color #30A83A: hue angle of 125º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A83A is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 168 | 58 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.34 |
| HSL | 125º | 0.56% | 0.42% | - |
| HSV(B) | 125º | 0.71% | 0.66% | - |
| XYZ | 15.99 | 28.94 | 8.75 | - |
| YUV | 119.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 58 | 0.71 | 0 | 0.65 | 0.34 | 125 | 0.56 | 0.42 |
| Hex | 30 | A8 | 3A | 47 | 0 | 41 | 22 | 7D | 38 | 2A |
| Octal | 60 | 250 | 72 | 107 | 0 | 101 | 42 | 175 | 70 | 52 |
| Binary | 110000 | 10101000 | 111010 | 1000111 | 0 | 1000001 | 100010 | 1111101 | 111000 | 101010 |
Color Harmonies of #30A83A
Complementary color
Monochromatic Colors of #30A83A
Black with #30A83A
Text Example
Text Example
White with #30A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A83A; }
p { color: rgb(48,168,58); }
H1.HeaderClassName
{
color: #30A83A;
}
.AnyTagClassName
{
color: #30A83A;
}
</style>
background-color css
<style>
a { background-color: #30A83A; }
a { background-color: rgb(48,168,58); }
div.DivClassName
{
background-color: #30A83A;
}
.BgClassName
{
background-color: #30A83A;
}
</style>
border-color css
<style>
span { border-color: #30A83A; }
span { border-color: rgb(48,168,58); }
td.TdClassName
{
border-color: #30A83A;
}
.TagClassName
{
border-color: #30A83A;
}
</style>