#309D72

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

Shades of Eucalyptus #309D72

Tints of Eucalyptus #309D72

Color information

#309D72 (or 0x309D72) is unknown color: approx Eucalyptus. HEX triplet: 30, 9D and 72. RGB value is (48,157,114). Sum of RGB (Red+Green+Blue) = 48+157+114=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #309D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D72 is #CF628D. Grayscale: #777777. Windows color (decimal): -13591182 or 7511344. OLE color: 7511344.

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

Color convert

RGB48157114-
CMYK0.6900.270.38
HSL156.33º53.17%40.2%-
HSV(B)156.33º69.43%61.57%-
XYZ16.3125.9620.07-
YUV119.51124.8977-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 157 (61.72% from 255) = 49.22%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=15.05%
G=49.22%
B=35.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481571140.6900.270.38156.3353.1740.2
Hex309D724501B269c3528
Octal60235162105033462346550
Binary110000100111011110010100010101101110011010011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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