Html Css Color HEX #309370 Eucalyptus

📋 copy color: '#309370'

red 48 ◦ green 147 ◦ blue 112

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

Shades of Eucalyptus #309370

Tints of Eucalyptus #309370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 15.64%
G = 47.88%
B = 36.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#309370 (or 0x309370) is known color: Eucalyptus. HEX triplet: 30, 93 and 70. RGB value is (48,147,112). Sum of RGB (Red+Green+Blue) = 48+147+112=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #309370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309370 is #CF6C8F. Grayscale: #717171. Windows color (decimal): -13593744 or 7377712. OLE color: 7377712.

HSL color Cylindrical-coordinate representation of color #309370: hue angle of 158.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309370 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 112 -
CMYK 0.67 0 0.24 0.42
HSL 158.79º 0.51% 0.38% -
HSV(B) 158.79º 0.67% 0.58% -
XYZ 14.58 22.67 18.94 -
YUV 113.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 48 147 112 0.67 0 0.24 0.42 158.79 0.51 0.38
Hex 30 93 70 43 0 18 2A 9F 33 26
Octal 60 223 160 103 0 30 52 237 63 46
Binary 110000 10010011 1110000 1000011 0 11000 101010 10011111 110011 100110

Color Harmonies of #309370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309370

Black with #309370

Text Example


Text Example

White with #309370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309370; }

 p { color: rgb(48,147,112); }

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

background-color css

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

 a { background-color: rgb(48,147,112); }

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

border-color css

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

 span { border-color: rgb(48,147,112); }

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