Html Css Color HEX #309369 Eucalyptus

📋 copy color: '#309369'

red 48 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #309369

Tints of Eucalyptus #309369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35%

R = 16%
G = 49%
B = 35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#309369 (or 0x309369) is known color: Eucalyptus. HEX triplet: 30, 93 and 69. RGB value is (48,147,105). Sum of RGB (Red+Green+Blue) = 48+147+105=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #309369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309369 is #CF6C96. Grayscale: #707070. Windows color (decimal): -13593751 or 6918960. OLE color: 6918960.

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

Color convert

RGB 48 147 105 -
CMYK 0.67 0 0.29 0.42
HSL 154.55º 0.51% 0.38% -
HSV(B) 154.55º 0.67% 0.58% -
XYZ 14.2 22.52 16.96 -
YUV 112.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 48 147 105 0.67 0 0.29 0.42 154.55 0.51 0.38
Hex 30 93 69 43 0 1D 2A 9B 33 26
Octal 60 223 151 103 0 35 52 233 63 46
Binary 110000 10010011 1101001 1000011 0 11101 101010 10011011 110011 100110

Color Harmonies of #309369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309369

Black with #309369

Text Example


Text Example

White with #309369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309369; }

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

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

background-color css

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

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

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

border-color css

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

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

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