#2F9855

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

Shades of Eucalyptus #2F9855

Tints of Eucalyptus #2F9855

Color information

#2F9855 (or 0x2F9855) is unknown color: approx Eucalyptus. HEX triplet: 2F, 98 and 55. RGB value is (47,152,85). Sum of RGB (Red+Green+Blue) = 47+152+85=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9855 is #D067AA. Grayscale: #717171. Windows color (decimal): -13658027 or 5609519. OLE color: 5609519.

HSL color Cylindrical-coordinate representation of color #2F9855: hue angle of 141.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 #2F9855 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB4715285-
CMYK0.6900.440.40
HSL141.71º52.76%39.02%-
HSV(B)141.71º69.08%59.61%-
XYZ14.0423.7212.43-
YUV112.97112.2180.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=16.55%
G=53.52%
B=29.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152850.6900.440.40141.7152.7639.02
Hex2F98554502C288e3527
Octal57230125105054502166547
Binary1011111001100010101011000101010110010100010001110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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