Html Css Color HEX #309160 Eucalyptus

📋 copy color: '#309160'

red 48 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #309160

Tints of Eucalyptus #309160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 16.61%
G = 50.17%
B = 33.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#309160 (or 0x309160) is known color: Eucalyptus. HEX triplet: 30, 91 and 60. RGB value is (48,145,96). Sum of RGB (Red+Green+Blue) = 48+145+96=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #309160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309160 is #CF6E9F. Grayscale: #6E6E6E. Windows color (decimal): -13594272 or 6328624. OLE color: 6328624.

HSL color Cylindrical-coordinate representation of color #309160: hue angle of 149.69º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309160 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 96 -
CMYK 0.67 0 0.34 0.43
HSL 149.69º 0.5% 0.38% -
HSV(B) 149.69º 0.67% 0.57% -
XYZ 13.46 21.72 14.55 -
YUV 110.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 48 145 96 0.67 0 0.34 0.43 149.69 0.5 0.38
Hex 30 91 60 43 0 22 2B 96 32 26
Octal 60 221 140 103 0 42 53 226 62 46
Binary 110000 10010001 1100000 1000011 0 100010 101011 10010110 110010 100110

Color Harmonies of #309160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309160

Black with #309160

Text Example


Text Example

White with #309160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309160; }

 p { color: rgb(48,145,96); }

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

background-color css

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

 a { background-color: rgb(48,145,96); }

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

border-color css

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

 span { border-color: rgb(48,145,96); }

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