Html Css Color HEX #309D3C Fruit Salad

📋 copy color: '#309D3C'

red 48 ◦ green 157 ◦ blue 60

#309D3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #309D3C

Tints of Fruit Salad #309D3C

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 value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#309D3C (or 0x309D3C) is known color: 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

RGB 48 157 60 -
CMYK 0.69 0 0.62 0.38
HSL 126.61º 0.53% 0.4% -
HSV(B) 126.61º 0.69% 0.62% -
XYZ 14.09 25.07 8.37 -
YUV 113.35 97.89 81.39 -
System Red Green Blue C M Y K H S L
Decimal 48 157 60 0.69 0 0.62 0.38 126.61 0.53 0.4
Hex 30 9D 3C 45 0 3E 26 7F 35 28
Octal 60 235 74 105 0 76 46 177 65 50
Binary 110000 10011101 111100 1000101 0 111110 100110 1111111 110101 101000

Color Harmonies of #309D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D3C

Black with #309D3C

Text Example


Text Example

White with #309D3C

Text Example


Text Example

HTML Codes & Css Web 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>