#309a70

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

Shades of Eucalyptus #309A70

Tints of Eucalyptus #309A70

Color information

#309A70 (or 0x309A70) is unknown color: approx Eucalyptus. HEX triplet: 30, 9A and 70. RGB value is (48,154,112). Sum of RGB (Red+Green+Blue) = 48+154+112=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #309A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A70 is #CF658F. Grayscale: #757575. Windows color (decimal): -13591952 or 7379504. OLE color: 7379504.

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

Color convert

RGB48154112-
CMYK0.6900.270.40
HSL156.23º52.48%39.61%-
HSV(B)156.23º68.83%60.39%-
XYZ15.724.9119.31-
YUV117.52124.8878.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 154 (60.55% from 255) = 49.04%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=15.29%
G=49.04%
B=35.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481541120.6900.270.40156.2352.4839.61
Hex309A704501B289c3428
Octal60232160105033502346450
Binary110000100110101110000100010101101110100010011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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