Html Css Color HEX #31A62F Forest Green

📋 copy color: '#31A62F'

red 49 ◦ green 166 ◦ blue 47

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

Shades of Forest Green #31A62F

Tints of Forest Green #31A62F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.36%

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 18.7%
G = 63.36%
B = 17.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#31A62F (or 0x31A62F) is known color: Forest Green. HEX triplet: 31, A6 and 2F. RGB value is (49,166,47). Sum of RGB (Red+Green+Blue) = 49+166+47=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 166 (65.23% from 255 or 63.36% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 166 - color contains mainly: green. Hex color #31A62F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A62F is #CE59D0. Grayscale: #757575. Windows color (decimal): -13523409 or 3122737. OLE color: 3122737.

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

Color convert

RGB 49 166 47 -
CMYK 0.70 0 0.72 0.35
HSL 118.99º 0.56% 0.42% -
HSV(B) 118.99º 0.72% 0.65% -
XYZ 15.42 28.13 7.31 -
YUV 117.45 88.24 79.18 -
System Red Green Blue C M Y K H S L
Decimal 49 166 47 0.70 0 0.72 0.35 118.99 0.56 0.42
Hex 31 A6 2F 46 0 48 23 77 38 2A
Octal 61 246 57 106 0 110 43 167 70 52
Binary 110001 10100110 101111 1000110 0 1001000 100011 1110111 111000 101010

Color Harmonies of #31A62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A62F

Black with #31A62F

Text Example


Text Example

White with #31A62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,166,47); }

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

background-color css

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

 a { background-color: rgb(49,166,47); }

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

border-color css

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

 span { border-color: rgb(49,166,47); }

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