#2F975E

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

Shades of Eucalyptus #2F975E

Tints of Eucalyptus #2F975E

Color information

#2F975E (or 0x2F975E) is unknown color: approx Eucalyptus. HEX triplet: 2F, 97 and 5E. RGB value is (47,151,94). Sum of RGB (Red+Green+Blue) = 47+151+94=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #2F975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F975E is #D068A1. Grayscale: #717171. Windows color (decimal): -13658274 or 6199087. OLE color: 6199087.

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

Color convert

RGB4715194-
CMYK0.6900.380.41
HSL147.12º52.53%38.82%-
HSV(B)147.12º68.87%59.22%-
XYZ14.2623.5514.38-
YUV113.41117.0480.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=16.10%
G=51.71%
B=32.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47151940.6900.380.41147.1252.5338.82
Hex2F975E4502629933527
Octal57227136105046512236547
Binary1011111001011110111101000101010011010100110010011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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