Html Css Color HEX #31A025 Forest Green

📋 copy color: '#31A025'

red 49 ◦ green 160 ◦ blue 37

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

Shades of Forest Green #31A025

Tints of Forest Green #31A025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 65.04%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 19.92%
G = 65.04%
B = 15.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#31A025 (or 0x31A025) is known color: Forest Green. HEX triplet: 31, A0 and 25. RGB value is (49,160,37). Sum of RGB (Red+Green+Blue) = 49+160+37=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #31A025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A025 is #CE5FDA. Grayscale: #717171. Windows color (decimal): -13524955 or 2465841. OLE color: 2465841.

HSL color Cylindrical-coordinate representation of color #31A025: hue angle of 114.15º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A025 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 160 37 -
CMYK 0.69 0 0.77 0.37
HSL 114.15º 0.62% 0.39% -
HSV(B) 114.15º 0.77% 0.63% -
XYZ 14.17 25.93 6.01 -
YUV 112.79 85.23 82.5 -
System Red Green Blue C M Y K H S L
Decimal 49 160 37 0.69 0 0.77 0.37 114.15 0.62 0.39
Hex 31 A0 25 45 0 4D 25 72 3E 27
Octal 61 240 45 105 0 115 45 162 76 47
Binary 110001 10100000 100101 1000101 0 1001101 100101 1110010 111110 100111

Color Harmonies of #31A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A025

Black with #31A025

Text Example


Text Example

White with #31A025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,160,37); }

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

background-color css

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

 a { background-color: rgb(49,160,37); }

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

border-color css

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

 span { border-color: rgb(49,160,37); }

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