Html Css Color HEX #309D60 Eucalyptus

📋 copy color: '#309D60'

red 48 ◦ green 157 ◦ blue 96

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

Shades of Eucalyptus #309D60

Tints of Eucalyptus #309D60

RGB

 RED value IS 48 (19.14% from 255) = 15.95%

 GREEN value IS 157 (61.72% from 255) = 52.16%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 15.95%
G = 52.16%
B = 31.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#309D60 (or 0x309D60) is known color: Eucalyptus. HEX triplet: 30, 9D and 60. RGB value is (48,157,96). Sum of RGB (Red+Green+Blue) = 48+157+96=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #309D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D60 is #CF629F. Grayscale: #757575. Windows color (decimal): -13591200 or 6331696. OLE color: 6331696.

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

Color convert

RGB 48 157 96 -
CMYK 0.69 0 0.39 0.38
HSL 146.42º 0.53% 0.4% -
HSV(B) 146.42º 0.69% 0.62% -
XYZ 15.39 25.59 15.19 -
YUV 117.46 115.89 78.46 -
System Red Green Blue C M Y K H S L
Decimal 48 157 96 0.69 0 0.39 0.38 146.42 0.53 0.4
Hex 30 9D 60 45 0 27 26 92 35 28
Octal 60 235 140 105 0 47 46 222 65 50
Binary 110000 10011101 1100000 1000101 0 100111 100110 10010010 110101 101000

Color Harmonies of #309D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D60

Black with #309D60

Text Example


Text Example

White with #309D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #309D60;
 }
 .AnyTagClassName
 {
   color: #309D60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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