Html Css Color HEX #309C5E Eucalyptus

📋 copy color: '#309C5E'

red 48 ◦ green 156 ◦ blue 94

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

Shades of Eucalyptus #309C5E

Tints of Eucalyptus #309C5E

RGB

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

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

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

R = 16.11%
G = 52.35%
B = 31.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#309C5E (or 0x309C5E) is known color: Eucalyptus. HEX triplet: 30, 9C and 5E. RGB value is (48,156,94). Sum of RGB (Red+Green+Blue) = 48+156+94=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #309C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C5E is #CF63A1. Grayscale: #747474. Windows color (decimal): -13591458 or 6200368. OLE color: 6200368.

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

Color convert

RGB 48 156 94 -
CMYK 0.69 0 0.40 0.39
HSL 145.56º 0.53% 0.4% -
HSV(B) 145.56º 0.69% 0.61% -
XYZ 15.13 25.21 14.66 -
YUV 116.64 115.22 79.04 -
System Red Green Blue C M Y K H S L
Decimal 48 156 94 0.69 0 0.40 0.39 145.56 0.53 0.4
Hex 30 9C 5E 45 0 28 27 92 35 28
Octal 60 234 136 105 0 50 47 222 65 50
Binary 110000 10011100 1011110 1000101 0 101000 100111 10010010 110101 101000

Color Harmonies of #309C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C5E

Black with #309C5E

Text Example


Text Example

White with #309C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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