#2F966F

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

Shades of Eucalyptus #2F966F

Tints of Eucalyptus #2F966F

Color information

#2F966F (or 0x2F966F) is unknown color: approx Eucalyptus. HEX triplet: 2F, 96 and 6F. RGB value is (47,150,111). Sum of RGB (Red+Green+Blue) = 47+150+111=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #2F966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F966F is #D06990. Grayscale: #727272. Windows color (decimal): -13658513 or 7312943. OLE color: 7312943.

HSL color Cylindrical-coordinate representation of color #2F966F: hue angle of 157.28º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F966F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB47150111-
CMYK0.6900.260.41
HSL157.28º52.28%38.63%-
HSV(B)157.28º68.67%58.82%-
XYZ14.9523.5618.8-
YUV114.76125.8879.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=15.26%
G=48.70%
B=36.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471501110.6900.260.41157.2852.2838.63
Hex2F966F4501A299d3427
Octal57226157105032512356447
Binary101111100101101101111100010101101010100110011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,150,111); }

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

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

 a { background-color: rgb(47,150,111); }

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

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

 span { border-color: rgb(47,150,111); }

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