Html Css Color HEX #31953A Forest Green

📋 copy color: '#31953A'

red 49 ◦ green 149 ◦ blue 58

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

Shades of Forest Green #31953A

Tints of Forest Green #31953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.2%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 19.14%
G = 58.2%
B = 22.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#31953A (or 0x31953A) is known color: Forest Green. HEX triplet: 31, 95 and 3A. RGB value is (49,149,58). Sum of RGB (Red+Green+Blue) = 49+149+58=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #31953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31953A is #CE6AC5. Grayscale: #6C6C6C. Windows color (decimal): -13527750 or 3839281. OLE color: 3839281.

HSL color Cylindrical-coordinate representation of color #31953A: hue angle of 125.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31953A is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 58 -
CMYK 0.67 0 0.61 0.42
HSL 125.4º 0.51% 0.39% -
HSV(B) 125.4º 0.67% 0.58% -
XYZ 12.78 22.45 7.66 -
YUV 108.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 49 149 58 0.67 0 0.61 0.42 125.4 0.51 0.39
Hex 31 95 3A 43 0 3D 2A 7D 33 27
Octal 61 225 72 103 0 75 52 175 63 47
Binary 110001 10010101 111010 1000011 0 111101 101010 1111101 110011 100111

Color Harmonies of #31953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31953A

Black with #31953A

Text Example


Text Example

White with #31953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31953A; }

 p { color: rgb(49,149,58); }

 H1.HeaderClassName
 {
   color: #31953A;
 }
 .AnyTagClassName
 {
   color: #31953A;
 }
</style>

background-color css

<style>
 a { background-color: #31953A; }

 a { background-color: rgb(49,149,58); }

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

border-color css

<style>
 span { border-color: #31953A; }

 span { border-color: rgb(49,149,58); }

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