#309D3C

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

Shades of Fruit Salad #309D3C

Tints of Fruit Salad #309D3C

Color information

#309D3C (or 0x309D3C) is unknown color: approx Fruit Salad. HEX triplet: 30, 9D and 3C. RGB value is (48,157,60). Sum of RGB (Red+Green+Blue) = 48+157+60=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #309D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309D3C is #CF62C3. Grayscale: #717171. Windows color (decimal): -13591236 or 3972400. OLE color: 3972400.

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

Color convert

RGB4815760-
CMYK0.6900.620.38
HSL126.61º53.17%40.2%-
HSV(B)126.61º69.43%61.57%-
XYZ14.0925.078.37-
YUV113.3597.8981.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 157 (61.72% from 255) = 59.25%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=18.11%
G=59.25%
B=22.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48157600.6900.620.38126.6153.1740.2
Hex309D3C4503E267f3528
Octal6023574105076461776550
Binary11000010011101111100100010101111101001101111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,157,60); }

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

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

 a { background-color: rgb(48,157,60); }

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

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

 span { border-color: rgb(48,157,60); }

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