#308E6A

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

Shades of Eucalyptus #308E6A

Tints of Eucalyptus #308E6A

Color information

#308E6A (or 0x308E6A) is unknown color: approx Eucalyptus. HEX triplet: 30, 8E and 6A. RGB value is (48,142,106). Sum of RGB (Red+Green+Blue) = 48+142+106=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #308E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E6A is #CF7195. Grayscale: #6D6D6D. Windows color (decimal): -13595030 or 6983216. OLE color: 6983216.

HSL color Cylindrical-coordinate representation of color #308E6A: hue angle of 157.02º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E6A is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB48142106-
CMYK0.6600.250.44
HSL157.02º49.47%37.25%-
HSV(B)157.02º66.2%55.69%-
XYZ13.4921.0116.98-
YUV109.79125.8683.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=16.22%
G=47.97%
B=35.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481421060.6600.250.44157.0249.4737.25
Hex308E6A420192C9d3125
Octal60216152102031542356145
Binary110000100011101101010100001001100110110010011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308E6A; }

 p { color: rgb(48,142,106); }

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

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

 a { background-color: rgb(48,142,106); }

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

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

 span { border-color: rgb(48,142,106); }

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