Shades of Fruit Salad #30A13C
Tints of Fruit Salad #30A13C
RGB
CMYK
RGB Variations
Color information
#30A13C (or 0x30A13C) is known color: Fruit Salad. HEX triplet: 30, A1 and 3C. RGB value is (48,161,60). Sum of RGB (Red+Green+Blue) = 48+161+60=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #30A13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A13C is #CF5EC3. Grayscale: #737373. Windows color (decimal): -13590212 or 3973424. OLE color: 3973424.
HSL color Cylindrical-coordinate representation of color #30A13C: hue angle of 126.37º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A13C is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 60 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.37 |
| HSL | 126.37º | 0.54% | 0.41% | - |
| HSV(B) | 126.37º | 0.7% | 0.63% | - |
| XYZ | 14.78 | 26.44 | 8.6 | - |
| YUV | 115.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 60 | 0.70 | 0 | 0.63 | 0.37 | 126.37 | 0.54 | 0.41 |
| Hex | 30 | A1 | 3C | 46 | 0 | 3F | 25 | 7E | 36 | 29 |
| Octal | 60 | 241 | 74 | 106 | 0 | 77 | 45 | 176 | 66 | 51 |
| Binary | 110000 | 10100001 | 111100 | 1000110 | 0 | 111111 | 100101 | 1111110 | 110110 | 101001 |
Color Harmonies of #30A13C
Complementary color
Monochromatic Colors of #30A13C
Black with #30A13C
Text Example
Text Example
White with #30A13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A13C; }
p { color: rgb(48,161,60); }
H1.HeaderClassName
{
color: #30A13C;
}
.AnyTagClassName
{
color: #30A13C;
}
</style>
background-color css
<style>
a { background-color: #30A13C; }
a { background-color: rgb(48,161,60); }
div.DivClassName
{
background-color: #30A13C;
}
.BgClassName
{
background-color: #30A13C;
}
</style>
border-color css
<style>
span { border-color: #30A13C; }
span { border-color: rgb(48,161,60); }
td.TdClassName
{
border-color: #30A13C;
}
.TagClassName
{
border-color: #30A13C;
}
</style>