Html Css Color HEX #309B5E Eucalyptus

📋 copy color: '#309B5E'

red 48 ◦ green 155 ◦ blue 94

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

Shades of Eucalyptus #309B5E

Tints of Eucalyptus #309B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 16.16%
G = 52.19%
B = 31.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#309B5E (or 0x309B5E) is known color: Eucalyptus. HEX triplet: 30, 9B and 5E. RGB value is (48,155,94). Sum of RGB (Red+Green+Blue) = 48+155+94=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #309B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B5E is #CF64A1. Grayscale: #747474. Windows color (decimal): -13591714 or 6200112. OLE color: 6200112.

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

Color convert

RGB 48 155 94 -
CMYK 0.69 0 0.39 0.39
HSL 145.79º 0.53% 0.4% -
HSV(B) 145.79º 0.69% 0.61% -
XYZ 14.96 24.88 14.6 -
YUV 116.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 48 155 94 0.69 0 0.39 0.39 145.79 0.53 0.4
Hex 30 9B 5E 45 0 27 27 92 35 28
Octal 60 233 136 105 0 47 47 222 65 50
Binary 110000 10011011 1011110 1000101 0 100111 100111 10010010 110101 101000

Color Harmonies of #309B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B5E

Black with #309B5E

Text Example


Text Example

White with #309B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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