#309A52

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

Shades of Eucalyptus #309A52

Tints of Eucalyptus #309A52

Color information

#309A52 (or 0x309A52) is unknown color: approx Eucalyptus. HEX triplet: 30, 9A and 52. RGB value is (48,154,82). Sum of RGB (Red+Green+Blue) = 48+154+82=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #309A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A52 is #CF65AD. Grayscale: #727272. Windows color (decimal): -13591982 or 5413424. OLE color: 5413424.

HSL color Cylindrical-coordinate representation of color #309A52: hue angle of 139.25º 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 #309A52 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB4815482-
CMYK0.6900.470.40
HSL139.25º52.48%39.61%-
HSV(B)139.25º68.83%60.39%-
XYZ14.324.3511.93-
YUV114.1109.8880.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 154 (60.55% from 255) = 54.23%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=16.90%
G=54.23%
B=28.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48154820.6900.470.40139.2552.4839.61
Hex309A524502F288b3428
Octal60232122105057502136450
Binary1100001001101010100101000101010111110100010001011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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