#2F9858

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

Shades of Eucalyptus #2F9858

Tints of Eucalyptus #2F9858

Color information

#2F9858 (or 0x2F9858) is unknown color: approx Eucalyptus. HEX triplet: 2F, 98 and 58. RGB value is (47,152,88). Sum of RGB (Red+Green+Blue) = 47+152+88=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9858 is #D067A7. Grayscale: #717171. Windows color (decimal): -13658024 or 5806127. OLE color: 5806127.

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

Color convert

RGB4715288-
CMYK0.6900.420.40
HSL143.43º52.76%39.02%-
HSV(B)143.43º69.08%59.61%-
XYZ14.1623.7713.07-
YUV113.31113.7180.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=16.38%
G=52.96%
B=30.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152880.6900.420.40143.4352.7639.02
Hex2F98584502A288f3527
Octal57230130105052502176547
Binary1011111001100010110001000101010101010100010001111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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