#2F8A64

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

Shades of Eucalyptus #2F8A64

Tints of Eucalyptus #2F8A64

Color information

#2F8A64 (or 0x2F8A64) is unknown color: approx Eucalyptus. HEX triplet: 2F, 8A and 64. RGB value is (47,138,100). Sum of RGB (Red+Green+Blue) = 47+138+100=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8A64 is #D0759B. Grayscale: #6A6A6A. Windows color (decimal): -13661596 or 6588975. OLE color: 6588975.

HSL color Cylindrical-coordinate representation of color #2F8A64: hue angle of 154.95º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8A64 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB47138100-
CMYK0.6600.280.46
HSL154.95º49.19%36.27%-
HSV(B)154.95º65.94%54.12%-
XYZ12.5619.715.2-
YUV106.46124.3585.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.49%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=16.49%
G=48.42%
B=35.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471381000.6600.280.46154.9549.1936.27
Hex2F8A644201C2E9b3124
Octal57212144102034562336144
Binary101111100010101100100100001001110010111010011011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,138,100); }

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

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

 a { background-color: rgb(47,138,100); }

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

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

 span { border-color: rgb(47,138,100); }

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