#2f916a

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

Shades of Eucalyptus #2F916A

Tints of Eucalyptus #2F916A

Color information

#2F916A (or 0x2F916A) is unknown color: approx Eucalyptus. HEX triplet: 2F, 91 and 6A. RGB value is (47,145,106). Sum of RGB (Red+Green+Blue) = 47+145+106=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #2F916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F916A is #D06E95. Grayscale: #6F6F6F. Windows color (decimal): -13659798 or 6983983. OLE color: 6983983.

HSL color Cylindrical-coordinate representation of color #2F916A: hue angle of 156.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F916A is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB47145106-
CMYK0.6800.270.43
HSL156.12º51.04%37.65%-
HSV(B)156.12º67.59%56.86%-
XYZ13.921.917.13-
YUV111.25125.0382.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.77%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=15.77%
G=48.66%
B=35.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471451060.6800.270.43156.1251.0437.65
Hex2F916A4401B2B9c3326
Octal57221152104033532346346
Binary101111100100011101010100010001101110101110011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f916a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,145,106); }

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

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

 a { background-color: rgb(47,145,106); }

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

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

 span { border-color: rgb(47,145,106); }

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