#2F956E

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

Shades of Eucalyptus #2F956E

Tints of Eucalyptus #2F956E

Color information

#2F956E (or 0x2F956E) is unknown color: approx Eucalyptus. HEX triplet: 2F, 95 and 6E. RGB value is (47,149,110). Sum of RGB (Red+Green+Blue) = 47+149+110=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #2F956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F956E is #D06A91. Grayscale: #727272. Windows color (decimal): -13658770 or 7247151. OLE color: 7247151.

HSL color Cylindrical-coordinate representation of color #2F956E: hue angle of 157.06º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F956E is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB47149110-
CMYK0.6800.260.42
HSL157.06º52.04%38.43%-
HSV(B)157.06º68.46%58.43%-
XYZ14.7323.2318.46-
YUV114.06125.7180.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.36%
GREEN value IS 149 (58.59% from 255) = 48.69%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=15.36%
G=48.69%
B=35.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471491100.6800.260.42157.0652.0438.43
Hex2F956E4401A2A9d3426
Octal57225156104032522356446
Binary101111100101011101110100010001101010101010011101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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