Html Css Color HEX #31A634 Forest Green

📋 copy color: '#31A634'

red 49 ◦ green 166 ◦ blue 52

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

Shades of Forest Green #31A634

Tints of Forest Green #31A634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 18.35%
G = 62.17%
B = 19.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#31A634 (or 0x31A634) is known color: Forest Green. HEX triplet: 31, A6 and 34. RGB value is (49,166,52). Sum of RGB (Red+Green+Blue) = 49+166+52=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 166 (65.23% from 255 or 62.17% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 166 - color contains mainly: green. Hex color #31A634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A634 is #CE59CB. Grayscale: #767676. Windows color (decimal): -13523404 or 3450417. OLE color: 3450417.

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

Color convert

RGB 49 166 52 -
CMYK 0.70 0 0.69 0.35
HSL 121.54º 0.54% 0.42% -
HSV(B) 121.54º 0.7% 0.65% -
XYZ 15.52 28.17 7.87 -
YUV 118.02 90.74 78.77 -
System Red Green Blue C M Y K H S L
Decimal 49 166 52 0.70 0 0.69 0.35 121.54 0.54 0.42
Hex 31 A6 34 46 0 45 23 7A 36 2A
Octal 61 246 64 106 0 105 43 172 66 52
Binary 110001 10100110 110100 1000110 0 1000101 100011 1111010 110110 101010

Color Harmonies of #31A634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A634

Black with #31A634

Text Example


Text Example

White with #31A634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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