#30A23F

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

Shades of Fruit Salad #30A23F

Tints of Fruit Salad #30A23F

Color information

#30A23F (or 0x30A23F) is unknown color: approx 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

RGB4816263-
CMYK0.7000.610.36
HSL127.89º54.29%41.18%-
HSV(B)127.89º70.37%63.53%-
XYZ15.0426.839.09-
YUV116.6397.7379.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 63 (25% from 255) = 23.08%
R=17.58%
G=59.34%
B=23.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162630.7000.610.36127.8954.2941.18
Hex30A23F4603D24803629
Octal6024277106075442006651
Binary110000101000101111111000110011110110010010000000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>