Html Css Color HEX #309B6C Eucalyptus

📋 copy color: '#309B6C'

red 48 ◦ green 155 ◦ blue 108

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

Shades of Eucalyptus #309B6C

Tints of Eucalyptus #309B6C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.84%

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

R = 15.43%
G = 49.84%
B = 34.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#309B6C (or 0x309B6C) is known color: Eucalyptus. HEX triplet: 30, 9B and 6C. RGB value is (48,155,108). Sum of RGB (Red+Green+Blue) = 48+155+108=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #309B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B6C is #CF6493. Grayscale: #757575. Windows color (decimal): -13591700 or 7117616. OLE color: 7117616.

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

Color convert

RGB 48 155 108 -
CMYK 0.69 0 0.30 0.39
HSL 153.64º 0.53% 0.4% -
HSV(B) 153.64º 0.69% 0.61% -
XYZ 15.65 25.15 18.22 -
YUV 117.65 122.55 78.32 -
System Red Green Blue C M Y K H S L
Decimal 48 155 108 0.69 0 0.30 0.39 153.64 0.53 0.4
Hex 30 9B 6C 45 0 1E 27 9A 35 28
Octal 60 233 154 105 0 36 47 232 65 50
Binary 110000 10011011 1101100 1000101 0 11110 100111 10011010 110101 101000

Color Harmonies of #309B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B6C

Black with #309B6C

Text Example


Text Example

White with #309B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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