#2f9f5e

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

Shades of Eucalyptus #2F9F5E

Tints of Eucalyptus #2F9F5E

Color information

#2F9F5E (or 0x2F9F5E) is unknown color: approx Eucalyptus. HEX triplet: 2F, 9F and 5E. RGB value is (47,159,94). Sum of RGB (Red+Green+Blue) = 47+159+94=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9F5E is #D060A1. Grayscale: #767676. Windows color (decimal): -13656226 or 6201135. OLE color: 6201135.

HSL color Cylindrical-coordinate representation of color #2F9F5E: hue angle of 145.18º 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 #2F9F5E is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB4715994-
CMYK0.7000.410.38
HSL145.18º54.37%40.39%-
HSV(B)145.18º70.44%62.35%-
XYZ15.5926.2114.83-
YUV118.1114.3977.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.67%
GREEN value IS 159 (62.5% from 255) = 53%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=15.67%
G=53%
B=31.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47159940.7000.410.38145.1854.3740.39
Hex2F9F5E4602926913628
Octal57237136106051462216650
Binary1011111001111110111101000110010100110011010010001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,94); }

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

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

 a { background-color: rgb(47,159,94); }

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

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

 span { border-color: rgb(47,159,94); }

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