Html Css Color HEX #31A271 Eucalyptus

📋 copy color: '#31A271'

red 49 ◦ green 162 ◦ blue 113

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

Shades of Eucalyptus #31A271

Tints of Eucalyptus #31A271

RGB

 RED value IS 49 (19.53% from 255) = 15.12%

 GREEN value IS 162 (63.67% from 255) = 50%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 15.12%
G = 50%
B = 34.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#31A271 (or 0x31A271) is known color: Eucalyptus. HEX triplet: 31, A2 and 71. RGB value is (49,162,113). Sum of RGB (Red+Green+Blue) = 49+162+113=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #31A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A271 is #CE5D8E. Grayscale: #7A7A7A. Windows color (decimal): -13524367 or 7447089. OLE color: 7447089.

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

Color convert

RGB 49 162 113 -
CMYK 0.70 0 0.30 0.36
HSL 153.98º 0.54% 0.41% -
HSV(B) 153.98º 0.7% 0.64% -
XYZ 17.17 27.69 20.06 -
YUV 122.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 49 162 113 0.70 0 0.30 0.36 153.98 0.54 0.41
Hex 31 A2 71 46 0 1E 24 9A 36 29
Octal 61 242 161 106 0 36 44 232 66 51
Binary 110001 10100010 1110001 1000110 0 11110 100100 10011010 110110 101001

Color Harmonies of #31A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A271

Black with #31A271

Text Example


Text Example

White with #31A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31A271;
 }
 .AnyTagClassName
 {
   color: #31A271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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