Html Css Color HEX #31A270 Eucalyptus

📋 copy color: '#31A270'

red 49 ◦ green 162 ◦ blue 112

#31A270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #31A270

Tints of Eucalyptus #31A270

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 value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#31A270 (or 0x31A270) is known color: 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

RGB 49 162 112 -
CMYK 0.70 0 0.31 0.36
HSL 153.45º 0.54% 0.41% -
HSV(B) 153.45º 0.7% 0.64% -
XYZ 17.11 27.66 19.77 -
YUV 122.51 122.06 75.57 -
System Red Green Blue C M Y K H S L
Decimal 49 162 112 0.70 0 0.31 0.36 153.45 0.54 0.41
Hex 31 A2 70 46 0 1F 24 99 36 29
Octal 61 242 160 106 0 37 44 231 66 51
Binary 110001 10100010 1110000 1000110 0 11111 100100 10011001 110110 101001

Color Harmonies of #31A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A270

Black with #31A270

Text Example


Text Example

White with #31A270

Text Example


Text Example

HTML Codes & Css Web 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>