#31A258

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

Shades of Eucalyptus #31A258

Tints of Eucalyptus #31A258

Color information

#31A258 (or 0x31A258) is unknown color: approx Eucalyptus. HEX triplet: 31, A2 and 58. RGB value is (49,162,88). Sum of RGB (Red+Green+Blue) = 49+162+88=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #31A258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A258 is #CE5DA7. Grayscale: #777777. Windows color (decimal): -13524392 or 5808689. OLE color: 5808689.

HSL color Cylindrical-coordinate representation of color #31A258: hue angle of 140.71º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A258 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB4916288-
CMYK0.7000.460.36
HSL140.71º53.55%41.37%-
HSV(B)140.71º69.75%63.53%-
XYZ15.9527.213.64-
YUV119.78110.0677.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=16.39%
G=54.18%
B=29.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49162880.7000.460.36140.7153.5541.37
Hex31A2584602E248d3629
Octal61242130106056442156651
Binary1100011010001010110001000110010111010010010001101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A258; }

 p { color: rgb(49,162,88); }

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

<style>
 a { background-color: #31A258; }

 a { background-color: rgb(49,162,88); }

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

<style>
 span { border-color: #31A258; }

 span { border-color: rgb(49,162,88); }

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