Html Css Color HEX #309D6C Eucalyptus

📋 copy color: '#309D6C'

red 48 ◦ green 157 ◦ blue 108

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

Shades of Eucalyptus #309D6C

Tints of Eucalyptus #309D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 15.34%
G = 50.16%
B = 34.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#309D6C (or 0x309D6C) is known color: Eucalyptus. HEX triplet: 30, 9D and 6C. RGB value is (48,157,108). Sum of RGB (Red+Green+Blue) = 48+157+108=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #309D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D6C is #CF6293. Grayscale: #767676. Windows color (decimal): -13591188 or 7118128. OLE color: 7118128.

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

Color convert

RGB 48 157 108 -
CMYK 0.69 0 0.31 0.38
HSL 153.03º 0.53% 0.4% -
HSV(B) 153.03º 0.69% 0.62% -
XYZ 15.98 25.83 18.33 -
YUV 118.82 121.89 77.48 -
System Red Green Blue C M Y K H S L
Decimal 48 157 108 0.69 0 0.31 0.38 153.03 0.53 0.4
Hex 30 9D 6C 45 0 1F 26 99 35 28
Octal 60 235 154 105 0 37 46 231 65 50
Binary 110000 10011101 1101100 1000101 0 11111 100110 10011001 110101 101000

Color Harmonies of #309D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D6C

Black with #309D6C

Text Example


Text Example

White with #309D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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