#2f975b

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

Shades of Eucalyptus #2F975B

Tints of Eucalyptus #2F975B

Color information

#2F975B (or 0x2F975B) is unknown color: approx Eucalyptus. HEX triplet: 2F, 97 and 5B. RGB value is (47,151,91). Sum of RGB (Red+Green+Blue) = 47+151+91=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #2F975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F975B is #D068A4. Grayscale: #717171. Windows color (decimal): -13658277 or 6002479. OLE color: 6002479.

HSL color Cylindrical-coordinate representation of color #2F975B: hue angle of 145.38º degrees, saturation: 0.53, 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 #2F975B is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB4715191-
CMYK0.6900.400.41
HSL145.38º52.53%38.82%-
HSV(B)145.38º68.87%59.22%-
XYZ14.1323.4913.69-
YUV113.06115.5480.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 151 (59.38% from 255) = 52.25%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=16.26%
G=52.25%
B=31.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47151910.6900.400.41145.3852.5338.82
Hex2F975B4502829913527
Octal57227133105050512216547
Binary1011111001011110110111000101010100010100110010001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f975b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,151,91); }

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

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

 a { background-color: rgb(47,151,91); }

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

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

 span { border-color: rgb(47,151,91); }

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