#308F64

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

Shades of Eucalyptus #308F64

Tints of Eucalyptus #308F64

Color information

#308F64 (or 0x308F64) is unknown color: approx Eucalyptus. HEX triplet: 30, 8F and 64. RGB value is (48,143,100). Sum of RGB (Red+Green+Blue) = 48+143+100=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #308F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F64 is #CF709B. Grayscale: #6D6D6D. Windows color (decimal): -13594780 or 6590256. OLE color: 6590256.

HSL color Cylindrical-coordinate representation of color #308F64: hue angle of 152.84º degrees, saturation: 0.5, 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 #308F64 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB48143100-
CMYK0.6600.300.44
HSL152.84º49.74%37.45%-
HSV(B)152.84º66.43%56.08%-
XYZ13.3421.1915.44-
YUV109.69122.5384-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 143 (56.25% from 255) = 49.14%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=16.49%
G=49.14%
B=34.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481431000.6600.300.44152.8449.7437.45
Hex308F644201E2C993225
Octal60217144102036542316245
Binary110000100011111100100100001001111010110010011001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,143,100); }

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

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

 a { background-color: rgb(48,143,100); }

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

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

 span { border-color: rgb(48,143,100); }

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