Html Css Color HEX #309C6A Eucalyptus

📋 copy color: '#309C6A'

red 48 ◦ green 156 ◦ blue 106

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

Shades of Eucalyptus #309C6A

Tints of Eucalyptus #309C6A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.32%

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 15.48%
G = 50.32%
B = 34.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#309C6A (or 0x309C6A) is known color: Eucalyptus. HEX triplet: 30, 9C and 6A. RGB value is (48,156,106). Sum of RGB (Red+Green+Blue) = 48+156+106=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #309C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C6A is #CF6395. Grayscale: #767676. Windows color (decimal): -13591446 or 6986800. OLE color: 6986800.

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

Color convert

RGB 48 156 106 -
CMYK 0.69 0 0.32 0.39
HSL 152.22º 0.53% 0.4% -
HSV(B) 152.22º 0.69% 0.61% -
XYZ 15.71 25.45 17.72 -
YUV 118.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 48 156 106 0.69 0 0.32 0.39 152.22 0.53 0.4
Hex 30 9C 6A 45 0 20 27 98 35 28
Octal 60 234 152 105 0 40 47 230 65 50
Binary 110000 10011100 1101010 1000101 0 100000 100111 10011000 110101 101000

Color Harmonies of #309C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C6A

Black with #309C6A

Text Example


Text Example

White with #309C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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