#2F9F6E

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

Shades of Eucalyptus #2F9F6E

Tints of Eucalyptus #2F9F6E

Color information

#2F9F6E (or 0x2F9F6E) is unknown color: approx Eucalyptus. HEX triplet: 2F, 9F and 6E. RGB value is (47,159,110). Sum of RGB (Red+Green+Blue) = 47+159+110=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9F6E is #D06091. Grayscale: #787878. Windows color (decimal): -13656210 or 7249711. OLE color: 7249711.

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

Color convert

RGB47159110-
CMYK0.7000.310.38
HSL153.75º54.37%40.39%-
HSV(B)153.75º70.44%62.35%-
XYZ16.3826.5319.01-
YUV119.93122.3975.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.87%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=14.87%
G=50.32%
B=34.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471591100.7000.310.38153.7554.3740.39
Hex2F9F6E4601F269a3628
Octal57237156106037462326650
Binary101111100111111101110100011001111110011010011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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