Html Css Color HEX #309C6C Eucalyptus

📋 copy color: '#309C6C'

red 48 ◦ green 156 ◦ blue 108

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

Shades of Eucalyptus #309C6C

Tints of Eucalyptus #309C6C

RGB

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

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

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

R = 15.38%
G = 50%
B = 34.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#309C6C (or 0x309C6C) is known color: Eucalyptus. HEX triplet: 30, 9C and 6C. RGB value is (48,156,108). Sum of RGB (Red+Green+Blue) = 48+156+108=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #309C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C6C is #CF6393. Grayscale: #767676. Windows color (decimal): -13591444 or 7117872. OLE color: 7117872.

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

Color convert

RGB 48 156 108 -
CMYK 0.69 0 0.31 0.39
HSL 153.33º 0.53% 0.4% -
HSV(B) 153.33º 0.69% 0.61% -
XYZ 15.81 25.49 18.27 -
YUV 118.24 122.22 77.9 -
System Red Green Blue C M Y K H S L
Decimal 48 156 108 0.69 0 0.31 0.39 153.33 0.53 0.4
Hex 30 9C 6C 45 0 1F 27 99 35 28
Octal 60 234 154 105 0 37 47 231 65 50
Binary 110000 10011100 1101100 1000101 0 11111 100111 10011001 110101 101000

Color Harmonies of #309C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C6C

Black with #309C6C

Text Example


Text Example

White with #309C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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