#309870

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

Shades of Eucalyptus #309870

Tints of Eucalyptus #309870

Color information

#309870 (or 0x309870) is unknown color: approx Eucalyptus. HEX triplet: 30, 98 and 70. RGB value is (48,152,112). Sum of RGB (Red+Green+Blue) = 48+152+112=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #309870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309870 is #CF678F. Grayscale: #747474. Windows color (decimal): -13592464 or 7378992. OLE color: 7378992.

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

Color convert

RGB48152112-
CMYK0.6800.260.40
HSL156.92º52%39.22%-
HSV(B)156.92º68.42%59.61%-
XYZ15.3724.2519.2-
YUV116.34125.5479.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=15.38%
G=48.72%
B=35.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521120.6800.260.40156.925239.22
Hex3098704401A289d3427
Octal60230160104032502356447
Binary110000100110001110000100010001101010100010011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309870; }

 p { color: rgb(48,152,112); }

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

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

 a { background-color: rgb(48,152,112); }

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

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

 span { border-color: rgb(48,152,112); }

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