Html Css Color HEX #31A75E Eucalyptus

📋 copy color: '#31A75E'

red 49 ◦ green 167 ◦ blue 94

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

Shades of Eucalyptus #31A75E

Tints of Eucalyptus #31A75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.87%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 15.81%
G = 53.87%
B = 30.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#31A75E (or 0x31A75E) is known color: Eucalyptus. HEX triplet: 31, A7 and 5E. RGB value is (49,167,94). Sum of RGB (Red+Green+Blue) = 49+167+94=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #31A75E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A75E is #CE58A1. Grayscale: #7B7B7B. Windows color (decimal): -13523106 or 6203185. OLE color: 6203185.

HSL color Cylindrical-coordinate representation of color #31A75E: hue angle of 142.88º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A75E is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 167 94 -
CMYK 0.71 0 0.44 0.35
HSL 142.88º 0.55% 0.42% -
HSV(B) 142.88º 0.71% 0.65% -
XYZ 17.11 29.1 15.3 -
YUV 123.4 111.41 74.94 -
System Red Green Blue C M Y K H S L
Decimal 49 167 94 0.71 0 0.44 0.35 142.88 0.55 0.42
Hex 31 A7 5E 47 0 2C 23 8F 37 2A
Octal 61 247 136 107 0 54 43 217 67 52
Binary 110001 10100111 1011110 1000111 0 101100 100011 10001111 110111 101010

Color Harmonies of #31A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A75E

Black with #31A75E

Text Example


Text Example

White with #31A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,167,94); }

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

background-color css

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

 a { background-color: rgb(49,167,94); }

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

border-color css

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

 span { border-color: rgb(49,167,94); }

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