#309D5B

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

Shades of Eucalyptus #309D5B

Tints of Eucalyptus #309D5B

Color information

#309D5B (or 0x309D5B) is unknown color: approx Eucalyptus. HEX triplet: 30, 9D and 5B. RGB value is (48,157,91). Sum of RGB (Red+Green+Blue) = 48+157+91=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #309D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D5B is #CF62A4. Grayscale: #757575. Windows color (decimal): -13591205 or 6004016. OLE color: 6004016.

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

Color convert

RGB4815791-
CMYK0.6900.420.38
HSL143.67º53.17%40.2%-
HSV(B)143.67º69.43%61.57%-
XYZ15.1625.514.02-
YUV116.88113.3978.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 157 (61.72% from 255) = 53.04%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=16.22%
G=53.04%
B=30.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48157910.6900.420.38143.6753.1740.2
Hex309D5B4502A26903528
Octal60235133105052462206550
Binary1100001001110110110111000101010101010011010010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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