#30B042

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

Shades of Fruit Salad #30B042

Tints of Fruit Salad #30B042

Color information

#30B042 (or 0x30B042) is unknown color: approx Fruit Salad. HEX triplet: 30, B0 and 42. RGB value is (48,176,66). Sum of RGB (Red+Green+Blue) = 48+176+66=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #30B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B042 is #CF4FBD. Grayscale: #7D7D7D. Windows color (decimal): -13586366 or 4370480. OLE color: 4370480.

HSL color Cylindrical-coordinate representation of color #30B042: hue angle of 128.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B042 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB4817666-
CMYK0.7300.620.31
HSL128.44º57.14%43.92%-
HSV(B)128.44º72.73%69.02%-
XYZ17.7332.0710.41-
YUV125.1994.5972.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 176 (69.14% from 255) = 60.69%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=16.55%
G=60.69%
B=22.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48176660.7300.620.31128.4457.1443.92
Hex30B0424903E1F80392c
Octal60260102111076372007154
Binary110000101100001000010100100101111101111110000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,66); }

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

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

 a { background-color: rgb(48,176,66); }

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

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

 span { border-color: rgb(48,176,66); }

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