Html Css Color HEX #309A5C Eucalyptus

📋 copy color: '#309A5C'

red 48 ◦ green 154 ◦ blue 92

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

Shades of Eucalyptus #309A5C

Tints of Eucalyptus #309A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.38%

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 16.33%
G = 52.38%
B = 31.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#309A5C (or 0x309A5C) is known color: Eucalyptus. HEX triplet: 30, 9A and 5C. RGB value is (48,154,92). Sum of RGB (Red+Green+Blue) = 48+154+92=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #309A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A5C is #CF65A3. Grayscale: #737373. Windows color (decimal): -13591972 or 6068784. OLE color: 6068784.

HSL color Cylindrical-coordinate representation of color #309A5C: hue angle of 144.91º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A5C is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 92 -
CMYK 0.69 0 0.40 0.40
HSL 144.91º 0.52% 0.4% -
HSV(B) 144.91º 0.69% 0.6% -
XYZ 14.71 24.51 14.08 -
YUV 115.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 48 154 92 0.69 0 0.40 0.40 144.91 0.52 0.4
Hex 30 9A 5C 45 0 28 28 91 34 28
Octal 60 232 134 105 0 50 50 221 64 50
Binary 110000 10011010 1011100 1000101 0 101000 101000 10010001 110100 101000

Color Harmonies of #309A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A5C

Black with #309A5C

Text Example


Text Example

White with #309A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309A5C; }

 p { color: rgb(48,154,92); }

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

background-color css

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

 a { background-color: rgb(48,154,92); }

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

border-color css

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

 span { border-color: rgb(48,154,92); }

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