#309E72

Color #309E72 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #309E72

Tints of Eucalyptus #309E72

Color information

#309E72 (or 0x309E72) is unknown color: approx Eucalyptus. HEX triplet: 30, 9E and 72. RGB value is (48,158,114). Sum of RGB (Red+Green+Blue) = 48+158+114=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #309E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E72 is #CF618D. Grayscale: #787878. Windows color (decimal): -13590926 or 7511600. OLE color: 7511600.

HSL color Cylindrical-coordinate representation of color #309E72: hue angle of 156º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E72 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB48158114-
CMYK0.7000.280.38
HSL156º53.4%40.39%-
HSV(B)156º69.62%61.96%-
XYZ16.4826.320.13-
YUV120.09124.5676.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 158 (62.11% from 255) = 49.38%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=15%
G=49.38%
B=35.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581140.7000.280.3815653.440.39
Hex309E724601C269c3528
Octal60236162106034462346550
Binary110000100111101110010100011001110010011010011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,158,114); }

 H1.HeaderClassName
 {
   color: #309E72;
 }
 .AnyTagClassName
 {
   color: #309E72;
 }
</style>
background-color css

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

 a { background-color: rgb(48,158,114); }

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

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

 span { border-color: rgb(48,158,114); }

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