Html Css Color HEX #31A15D Eucalyptus

📋 copy color: '#31A15D'

red 49 ◦ green 161 ◦ blue 93

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

Shades of Eucalyptus #31A15D

Tints of Eucalyptus #31A15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.14%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 16.17%
G = 53.14%
B = 30.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#31A15D (or 0x31A15D) is known color: Eucalyptus. HEX triplet: 31, A1 and 5D. RGB value is (49,161,93). Sum of RGB (Red+Green+Blue) = 49+161+93=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #31A15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A15D is #CE5EA2. Grayscale: #777777. Windows color (decimal): -13524643 or 6136113. OLE color: 6136113.

HSL color Cylindrical-coordinate representation of color #31A15D: hue angle of 143.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A15D is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 93 -
CMYK 0.70 0 0.42 0.37
HSL 143.57º 0.53% 0.41% -
HSV(B) 143.57º 0.7% 0.63% -
XYZ 15.99 26.93 14.71 -
YUV 119.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 49 161 93 0.70 0 0.42 0.37 143.57 0.53 0.41
Hex 31 A1 5D 46 0 2A 25 90 35 29
Octal 61 241 135 106 0 52 45 220 65 51
Binary 110001 10100001 1011101 1000110 0 101010 100101 10010000 110101 101001

Color Harmonies of #31A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A15D

Black with #31A15D

Text Example


Text Example

White with #31A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,161,93); }

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

background-color css

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

 a { background-color: rgb(49,161,93); }

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

border-color css

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

 span { border-color: rgb(49,161,93); }

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