Html Css Color HEX #309471 Eucalyptus

📋 copy color: '#309471'

red 48 ◦ green 148 ◦ blue 113

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

Shades of Eucalyptus #309471

Tints of Eucalyptus #309471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 15.53%
G = 47.9%
B = 36.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#309471 (or 0x309471) is known color: Eucalyptus. HEX triplet: 30, 94 and 71. RGB value is (48,148,113). Sum of RGB (Red+Green+Blue) = 48+148+113=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #309471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309471 is #CF6B8E. Grayscale: #727272. Windows color (decimal): -13593487 or 7443504. OLE color: 7443504.

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

Color convert

RGB 48 148 113 -
CMYK 0.68 0 0.24 0.42
HSL 159º 0.51% 0.38% -
HSV(B) 159º 0.68% 0.58% -
XYZ 14.79 23 19.28 -
YUV 114.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 48 148 113 0.68 0 0.24 0.42 159 0.51 0.38
Hex 30 94 71 44 0 18 2A 9F 33 26
Octal 60 224 161 104 0 30 52 237 63 46
Binary 110000 10010100 1110001 1000100 0 11000 101010 10011111 110011 100110

Color Harmonies of #309471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309471

Black with #309471

Text Example


Text Example

White with #309471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309471; }

 p { color: rgb(48,148,113); }

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

background-color css

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

 a { background-color: rgb(48,148,113); }

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

border-color css

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

 span { border-color: rgb(48,148,113); }

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