Html Css Color HEX #31A51E Forest Green

📋 copy color: '#31A51E'

red 49 ◦ green 165 ◦ blue 30

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

Shades of Forest Green #31A51E

Tints of Forest Green #31A51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 67.62%

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 20.08%
G = 67.62%
B = 12.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#31A51E (or 0x31A51E) is known color: Forest Green. HEX triplet: 31, A5 and 1E. RGB value is (49,165,30). Sum of RGB (Red+Green+Blue) = 49+165+30=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #31A51E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A51E is #CE5AE1. Grayscale: #737373. Windows color (decimal): -13523682 or 2008369. OLE color: 2008369.

HSL color Cylindrical-coordinate representation of color #31A51E: hue angle of 111.56º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31A51E is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 30 -
CMYK 0.70 0 0.82 0.35
HSL 111.56º 0.69% 0.38% -
HSV(B) 111.56º 0.82% 0.65% -
XYZ 14.96 27.66 5.78 -
YUV 114.93 80.07 80.98 -
System Red Green Blue C M Y K H S L
Decimal 49 165 30 0.70 0 0.82 0.35 111.56 0.69 0.38
Hex 31 A5 1E 46 0 52 23 70 45 26
Octal 61 245 36 106 0 122 43 160 105 46
Binary 110001 10100101 11110 1000110 0 1010010 100011 1110000 1000101 100110

Color Harmonies of #31A51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A51E

Black with #31A51E

Text Example


Text Example

White with #31A51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,30); }

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

background-color css

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

 a { background-color: rgb(49,165,30); }

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

border-color css

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

 span { border-color: rgb(49,165,30); }

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