Html Css Color HEX #309366 Eucalyptus

📋 copy color: '#309366'

red 48 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #309366

Tints of Eucalyptus #309366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 16.16%
G = 49.49%
B = 34.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#309366 (or 0x309366) is known color: Eucalyptus. HEX triplet: 30, 93 and 66. RGB value is (48,147,102). Sum of RGB (Red+Green+Blue) = 48+147+102=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #309366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309366 is #CF6C99. Grayscale: #707070. Windows color (decimal): -13593754 or 6722352. OLE color: 6722352.

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

Color convert

RGB 48 147 102 -
CMYK 0.67 0 0.31 0.42
HSL 152.73º 0.51% 0.38% -
HSV(B) 152.73º 0.67% 0.58% -
XYZ 14.05 22.46 16.16 -
YUV 112.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 48 147 102 0.67 0 0.31 0.42 152.73 0.51 0.38
Hex 30 93 66 43 0 1F 2A 99 33 26
Octal 60 223 146 103 0 37 52 231 63 46
Binary 110000 10010011 1100110 1000011 0 11111 101010 10011001 110011 100110

Color Harmonies of #309366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309366

Black with #309366

Text Example


Text Example

White with #309366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309366; }

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

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

background-color css

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

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

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

border-color css

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

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

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