#30a33d

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

Shades of Fruit Salad #30A33D

Tints of Fruit Salad #30A33D

Color information

#30A33D (or 0x30A33D) is unknown color: approx Fruit Salad. HEX triplet: 30, A3 and 3D. RGB value is (48,163,61). Sum of RGB (Red+Green+Blue) = 48+163+61=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #30A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A33D is #CF5CC2. Grayscale: #757575. Windows color (decimal): -13589699 or 4039472. OLE color: 4039472.

HSL color Cylindrical-coordinate representation of color #30A33D: hue angle of 126.78º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A33D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB4816361-
CMYK0.7100.630.36
HSL126.78º54.5%41.37%-
HSV(B)126.78º70.55%63.92%-
XYZ15.1627.168.86-
YUV116.9996.478.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 163 (64.06% from 255) = 59.93%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=17.65%
G=59.93%
B=22.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48163610.7100.630.36126.7854.541.37
Hex30A33D4703F247f3729
Octal6024375107077441776751
Binary11000010100011111101100011101111111001001111111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a33d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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