Html Css Color HEX #309161 Eucalyptus

📋 copy color: '#309161'

red 48 ◦ green 145 ◦ blue 97

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

Shades of Eucalyptus #309161

Tints of Eucalyptus #309161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 16.55%
G = 50%
B = 33.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#309161 (or 0x309161) is known color: Eucalyptus. HEX triplet: 30, 91 and 61. RGB value is (48,145,97). Sum of RGB (Red+Green+Blue) = 48+145+97=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #309161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309161 is #CF6E9E. Grayscale: #6E6E6E. Windows color (decimal): -13594271 or 6394160. OLE color: 6394160.

HSL color Cylindrical-coordinate representation of color #309161: hue angle of 150.31º 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 #309161 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 97 -
CMYK 0.67 0 0.33 0.43
HSL 150.31º 0.5% 0.38% -
HSV(B) 150.31º 0.67% 0.57% -
XYZ 13.5 21.74 14.79 -
YUV 110.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 48 145 97 0.67 0 0.33 0.43 150.31 0.5 0.38
Hex 30 91 61 43 0 21 2B 96 32 26
Octal 60 221 141 103 0 41 53 226 62 46
Binary 110000 10010001 1100001 1000011 0 100001 101011 10010110 110010 100110

Color Harmonies of #309161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309161

Black with #309161

Text Example


Text Example

White with #309161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309161; }

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

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

background-color css

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

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

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

border-color css

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

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

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