Html Css Color HEX #31A52A Forest Green

📋 copy color: '#31A52A'

red 49 ◦ green 165 ◦ blue 42

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

Shades of Forest Green #31A52A

Tints of Forest Green #31A52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 19.14%
G = 64.45%
B = 16.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#31A52A (or 0x31A52A) is known color: Forest Green. HEX triplet: 31, A5 and 2A. RGB value is (49,165,42). Sum of RGB (Red+Green+Blue) = 49+165+42=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #31A52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A52A is #CE5AD5. Grayscale: #747474. Windows color (decimal): -13523670 or 2794801. OLE color: 2794801.

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

Color convert

RGB 49 165 42 -
CMYK 0.70 0 0.75 0.35
HSL 116.59º 0.59% 0.41% -
HSV(B) 116.59º 0.75% 0.65% -
XYZ 15.14 27.73 6.75 -
YUV 116.29 86.07 80 -
System Red Green Blue C M Y K H S L
Decimal 49 165 42 0.70 0 0.75 0.35 116.59 0.59 0.41
Hex 31 A5 2A 46 0 4B 23 75 3B 29
Octal 61 245 52 106 0 113 43 165 73 51
Binary 110001 10100101 101010 1000110 0 1001011 100011 1110101 111011 101001

Color Harmonies of #31A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A52A

Black with #31A52A

Text Example


Text Example

White with #31A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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