#2F985C

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

Shades of Eucalyptus #2F985C

Tints of Eucalyptus #2F985C

Color information

#2F985C (or 0x2F985C) is unknown color: approx Eucalyptus. HEX triplet: 2F, 98 and 5C. RGB value is (47,152,92). Sum of RGB (Red+Green+Blue) = 47+152+92=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #2F985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F985C is #D067A3. Grayscale: #717171. Windows color (decimal): -13658020 or 6068271. OLE color: 6068271.

HSL color Cylindrical-coordinate representation of color #2F985C: hue angle of 145.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F985C is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB4715292-
CMYK0.6900.390.40
HSL145.71º52.76%39.02%-
HSV(B)145.71º69.08%59.61%-
XYZ14.3323.8313.97-
YUV113.76115.7180.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=16.15%
G=52.23%
B=31.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152920.6900.390.40145.7152.7639.02
Hex2F985C4502728923527
Octal57230134105047502226547
Binary1011111001100010111001000101010011110100010010010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,152,92); }

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

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

 a { background-color: rgb(47,152,92); }

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

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

 span { border-color: rgb(47,152,92); }

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