#2F9E62

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

Shades of Eucalyptus #2F9E62

Tints of Eucalyptus #2F9E62

Color information

#2F9E62 (or 0x2F9E62) is unknown color: approx Eucalyptus. HEX triplet: 2F, 9E and 62. RGB value is (47,158,98). Sum of RGB (Red+Green+Blue) = 47+158+98=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9E62 is #D0619D. Grayscale: #767676. Windows color (decimal): -13656478 or 6463023. OLE color: 6463023.

HSL color Cylindrical-coordinate representation of color #2F9E62: hue angle of 147.57º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E62 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB4715898-
CMYK0.7000.380.38
HSL147.57º54.15%40.2%-
HSV(B)147.57º70.25%61.96%-
XYZ15.625.9415.74-
YUV117.97116.7377.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=15.51%
G=52.15%
B=32.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47158980.7000.380.38147.5754.1540.2
Hex2F9E624602626943628
Octal57236142106046462246650
Binary1011111001111011000101000110010011010011010010100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,158,98); }

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

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

 a { background-color: rgb(47,158,98); }

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

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

 span { border-color: rgb(47,158,98); }

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