#30B143

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

Shades of Fruit Salad #30B143

Tints of Fruit Salad #30B143

Color information

#30B143 (or 0x30B143) is unknown color: approx Fruit Salad. HEX triplet: 30, B1 and 43. RGB value is (48,177,67). Sum of RGB (Red+Green+Blue) = 48+177+67=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #30B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B143 is #CF4EBC. Grayscale: #7E7E7E. Windows color (decimal): -13586109 or 4436272. OLE color: 4436272.

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

Color convert

RGB4817767-
CMYK0.7300.620.31
HSL128.84º57.33%44.12%-
HSV(B)128.84º72.88%69.41%-
XYZ17.9532.4810.63-
YUV125.8994.7672.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 177 (69.53% from 255) = 60.62%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=16.44%
G=60.62%
B=22.95%

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
Decimal48177670.7300.620.31128.8457.3344.12
Hex30B1434903E1F81392c
Octal60261103111076372017154
Binary110000101100011000011100100101111101111110000001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,67); }

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

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

 a { background-color: rgb(48,177,67); }

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

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

 span { border-color: rgb(48,177,67); }

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