#309672

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

Shades of Eucalyptus #309672

Tints of Eucalyptus #309672

Color information

#309672 (or 0x309672) is unknown color: approx Eucalyptus. HEX triplet: 30, 96 and 72. RGB value is (48,150,114). Sum of RGB (Red+Green+Blue) = 48+150+114=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #309672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309672 is #CF698D. Grayscale: #737373. Windows color (decimal): -13592974 or 7509552. OLE color: 7509552.

HSL color Cylindrical-coordinate representation of color #309672: hue angle of 158.82º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309672 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB48150114-
CMYK0.6800.240.41
HSL158.82º51.52%38.82%-
HSV(B)158.82º68%58.82%-
XYZ15.1623.6619.69-
YUV115.4127.2179.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=15.38%
G=48.08%
B=36.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481501140.6800.240.41158.8251.5238.82
Hex30967244018299f3427
Octal60226162104030512376447
Binary110000100101101110010100010001100010100110011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309672; }

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

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

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

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

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

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

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

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