#30A23D

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

Shades of Fruit Salad #30A23D

Tints of Fruit Salad #30A23D

Color information

#30A23D (or 0x30A23D) is unknown color: approx Fruit Salad. HEX triplet: 30, A2 and 3D. RGB value is (48,162,61). Sum of RGB (Red+Green+Blue) = 48+162+61=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #30A23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A23D is #CF5DC2. Grayscale: #747474. Windows color (decimal): -13589955 or 4039216. OLE color: 4039216.

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

Color convert

RGB4816261-
CMYK0.7000.620.36
HSL126.84º54.29%41.18%-
HSV(B)126.84º70.37%63.53%-
XYZ14.9826.818.8-
YUV116.496.7379.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=17.71%
G=59.78%
B=22.51%

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
Decimal48162610.7000.620.36126.8454.2941.18
Hex30A23D4603E247f3629
Octal6024275106076441776651
Binary11000010100010111101100011001111101001001111111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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