#30A23E

Color #30A23E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #30A23E

Tints of Fruit Salad #30A23E

Color information

#30A23E (or 0x30A23E) is unknown color: approx Fruit Salad. HEX triplet: 30, A2 and 3E. RGB value is (48,162,62). Sum of RGB (Red+Green+Blue) = 48+162+62=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #30A23E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A23E is #CF5DC1. Grayscale: #747474. Windows color (decimal): -13589954 or 4104752. OLE color: 4104752.

HSL color Cylindrical-coordinate representation of color #30A23E: hue angle of 127.37º 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 #30A23E is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB4816262-
CMYK0.7000.620.36
HSL127.37º54.29%41.18%-
HSV(B)127.37º70.37%63.53%-
XYZ15.0126.828.94-
YUV116.5197.2379.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 162 (63.67% from 255) = 59.56%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=17.65%
G=59.56%
B=22.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162620.7000.620.36127.3754.2941.18
Hex30A23E4603E247f3629
Octal6024276106076441776651
Binary11000010100010111110100011001111101001001111111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A23E; }

 p { color: rgb(48,162,62); }

 H1.HeaderClassName
 {
   color: #30A23E;
 }
 .AnyTagClassName
 {
   color: #30A23E;
 }
</style>
background-color css

<style>
 a { background-color: #30A23E; }

 a { background-color: rgb(48,162,62); }

 div.DivClassName
 {
   background-color: #30A23E;
 }
 .BgClassName
 {
   background-color: #30A23E;
 }
</style>
border-color css

<style>
 span { border-color: #30A23E; }

 span { border-color: rgb(48,162,62); }

 td.TdClassName
 {
   border-color: #30A23E;
 }
 .TagClassName
 {
   border-color: #30A23E;
 }
</style>