#31A270

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

Shades of Eucalyptus #31A270

Tints of Eucalyptus #31A270

Color information

#31A270 (or 0x31A270) is unknown color: approx Eucalyptus. HEX triplet: 31, A2 and 70. RGB value is (49,162,112). Sum of RGB (Red+Green+Blue) = 49+162+112=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #31A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A270 is #CE5D8F. Grayscale: #7A7A7A. Windows color (decimal): -13524368 or 7381553. OLE color: 7381553.

HSL color Cylindrical-coordinate representation of color #31A270: hue angle of 153.45º 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 #31A270 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB49162112-
CMYK0.7000.310.36
HSL153.45º53.55%41.37%-
HSV(B)153.45º69.75%63.53%-
XYZ17.1127.6619.77-
YUV122.51122.0675.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=15.17%
G=50.15%
B=34.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621120.7000.310.36153.4553.5541.37
Hex31A2704601F24993629
Octal61242160106037442316651
Binary110001101000101110000100011001111110010010011001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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