#309C3D

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

Shades of Fruit Salad #309C3D

Tints of Fruit Salad #309C3D

Color information

#309C3D (or 0x309C3D) is unknown color: approx Fruit Salad. HEX triplet: 30, 9C and 3D. RGB value is (48,156,61). Sum of RGB (Red+Green+Blue) = 48+156+61=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #309C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C3D is #CF63C2. Grayscale: #717171. Windows color (decimal): -13591491 or 4037680. OLE color: 4037680.

HSL color Cylindrical-coordinate representation of color #309C3D: hue angle of 127.22º 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 #309C3D is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB4815661-
CMYK0.6900.610.39
HSL127.22º52.94%40%-
HSV(B)127.22º69.23%61.18%-
XYZ13.9524.748.46-
YUV112.8898.7281.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 156 (61.33% from 255) = 58.87%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=18.11%
G=58.87%
B=23.02%

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
Decimal48156610.6900.610.39127.2252.9440
Hex309C3D4503D277f3528
Octal6023475105075471776550
Binary11000010011100111101100010101111011001111111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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