#2F8F63

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

Shades of Eucalyptus #2F8F63

Tints of Eucalyptus #2F8F63

Color information

#2F8F63 (or 0x2F8F63) is unknown color: approx Eucalyptus. HEX triplet: 2F, 8F and 63. RGB value is (47,143,99). Sum of RGB (Red+Green+Blue) = 47+143+99=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F63 is #D0709C. Grayscale: #6D6D6D. Windows color (decimal): -13660317 or 6524719. OLE color: 6524719.

HSL color Cylindrical-coordinate representation of color #2F8F63: hue angle of 152.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F63 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB4714399-
CMYK0.6700.310.44
HSL152.5º50.53%37.25%-
HSV(B)152.5º67.13%56.08%-
XYZ13.2521.1515.19-
YUV109.28122.283.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=16.26%
G=49.48%
B=34.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47143990.6700.310.44152.550.5337.25
Hex2F8F634301F2C983325
Octal57217143103037542306345
Binary101111100011111100011100001101111110110010011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8F63; }

 p { color: rgb(47,143,99); }

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

<style>
 a { background-color: #2F8F63; }

 a { background-color: rgb(47,143,99); }

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

<style>
 span { border-color: #2F8F63; }

 span { border-color: rgb(47,143,99); }

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