Html Css Color HEX #309B71 Eucalyptus

📋 copy color: '#309B71'

red 48 ◦ green 155 ◦ blue 113

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

Shades of Eucalyptus #309B71

Tints of Eucalyptus #309B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 15.19%
G = 49.05%
B = 35.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#309B71 (or 0x309B71) is known color: Eucalyptus. HEX triplet: 30, 9B and 71. RGB value is (48,155,113). Sum of RGB (Red+Green+Blue) = 48+155+113=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #309B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B71 is #CF648E. Grayscale: #767676. Windows color (decimal): -13591695 or 7445296. OLE color: 7445296.

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

Color convert

RGB 48 155 113 -
CMYK 0.69 0 0.27 0.39
HSL 156.45º 0.53% 0.4% -
HSV(B) 156.45º 0.69% 0.61% -
XYZ 15.92 25.26 19.66 -
YUV 118.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 48 155 113 0.69 0 0.27 0.39 156.45 0.53 0.4
Hex 30 9B 71 45 0 1B 27 9C 35 28
Octal 60 233 161 105 0 33 47 234 65 50
Binary 110000 10011011 1110001 1000101 0 11011 100111 10011100 110101 101000

Color Harmonies of #309B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B71

Black with #309B71

Text Example


Text Example

White with #309B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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