Html Css Color HEX #309D5E Eucalyptus

📋 copy color: '#309D5E'

red 48 ◦ green 157 ◦ blue 94

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

Shades of Eucalyptus #309D5E

Tints of Eucalyptus #309D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.51%

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

R = 16.05%
G = 52.51%
B = 31.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#309D5E (or 0x309D5E) is known color: Eucalyptus. HEX triplet: 30, 9D and 5E. RGB value is (48,157,94). Sum of RGB (Red+Green+Blue) = 48+157+94=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #309D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D5E is #CF62A1. Grayscale: #757575. Windows color (decimal): -13591202 or 6200624. OLE color: 6200624.

HSL color Cylindrical-coordinate representation of color #309D5E: hue angle of 145.32º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D5E is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 157 94 -
CMYK 0.69 0 0.40 0.38
HSL 145.32º 0.53% 0.4% -
HSV(B) 145.32º 0.69% 0.62% -
XYZ 15.3 25.55 14.72 -
YUV 117.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 48 157 94 0.69 0 0.40 0.38 145.32 0.53 0.4
Hex 30 9D 5E 45 0 28 26 91 35 28
Octal 60 235 136 105 0 50 46 221 65 50
Binary 110000 10011101 1011110 1000101 0 101000 100110 10010001 110101 101000

Color Harmonies of #309D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D5E

Black with #309D5E

Text Example


Text Example

White with #309D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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