#2F935C

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

Shades of Eucalyptus #2F935C

Tints of Eucalyptus #2F935C

Color information

#2F935C (or 0x2F935C) is unknown color: approx Eucalyptus. HEX triplet: 2F, 93 and 5C. RGB value is (47,147,92). Sum of RGB (Red+Green+Blue) = 47+147+92=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #2F935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F935C is #D06CA3. Grayscale: #6E6E6E. Windows color (decimal): -13659300 or 6066991. OLE color: 6066991.

HSL color Cylindrical-coordinate representation of color #2F935C: hue angle of 147º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F935C is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB4714792-
CMYK0.6800.370.42
HSL147º51.55%38.04%-
HSV(B)147º68.03%57.65%-
XYZ13.5422.2413.71-
YUV110.83117.3782.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=16.43%
G=51.40%
B=32.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147920.6800.370.4214751.5538.04
Hex2F935C440252A933426
Octal57223134104045522236446
Binary1011111001001110111001000100010010110101010010011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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