#2F935D

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

Shades of Eucalyptus #2F935D

Tints of Eucalyptus #2F935D

Color information

#2F935D (or 0x2F935D) is unknown color: approx Eucalyptus. HEX triplet: 2F, 93 and 5D. RGB value is (47,147,93). Sum of RGB (Red+Green+Blue) = 47+147+93=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #2F935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F935D is #D06CA2. Grayscale: #6F6F6F. Windows color (decimal): -13659299 or 6132527. OLE color: 6132527.

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

Color convert

RGB4714793-
CMYK0.6800.370.42
HSL147.6º51.55%38.04%-
HSV(B)147.6º68.03%57.65%-
XYZ13.5822.2613.94-
YUV110.94117.8782.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=16.38%
G=51.22%
B=32.40%

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
Decimal47147930.6800.370.42147.651.5538.04
Hex2F935D440252A943426
Octal57223135104045522246446
Binary1011111001001110111011000100010010110101010010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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