#309B3D

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

Shades of Fruit Salad #309B3D

Tints of Fruit Salad #309B3D

Color information

#309B3D (or 0x309B3D) is unknown color: approx Fruit Salad. HEX triplet: 30, 9B and 3D. RGB value is (48,155,61). Sum of RGB (Red+Green+Blue) = 48+155+61=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #309B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B3D is #CF64C2. Grayscale: #707070. Windows color (decimal): -13591747 or 4037424. OLE color: 4037424.

HSL color Cylindrical-coordinate representation of color #309B3D: hue angle of 127.29º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B3D is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB4815561-
CMYK0.6900.610.39
HSL127.29º52.71%39.8%-
HSV(B)127.29º69.03%60.78%-
XYZ13.7824.418.4-
YUV112.2999.0582.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=18.18%
G=58.71%
B=23.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48155610.6900.610.39127.2952.7139.8
Hex309B3D4503D277f3528
Octal6023375105075471776550
Binary11000010011011111101100010101111011001111111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B3D; }

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

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

<style>
 a { background-color: #309B3D; }

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

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

<style>
 span { border-color: #309B3D; }

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

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