Html Css Color HEX #31A138 Forest Green

📋 copy color: '#31A138'

red 49 ◦ green 161 ◦ blue 56

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

Shades of Forest Green #31A138

Tints of Forest Green #31A138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.53%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 18.42%
G = 60.53%
B = 21.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#31A138 (or 0x31A138) is known color: Forest Green. HEX triplet: 31, A1 and 38. RGB value is (49,161,56). Sum of RGB (Red+Green+Blue) = 49+161+56=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #31A138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A138 is #CE5EC7. Grayscale: #737373. Windows color (decimal): -13524680 or 3711281. OLE color: 3711281.

HSL color Cylindrical-coordinate representation of color #31A138: hue angle of 123.75º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A138 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 56 -
CMYK 0.70 0 0.65 0.37
HSL 123.75º 0.53% 0.41% -
HSV(B) 123.75º 0.7% 0.63% -
XYZ 14.73 26.43 8.07 -
YUV 115.54 94.39 80.54 -
System Red Green Blue C M Y K H S L
Decimal 49 161 56 0.70 0 0.65 0.37 123.75 0.53 0.41
Hex 31 A1 38 46 0 41 25 7C 35 29
Octal 61 241 70 106 0 101 45 174 65 51
Binary 110001 10100001 111000 1000110 0 1000001 100101 1111100 110101 101001

Color Harmonies of #31A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A138

Black with #31A138

Text Example


Text Example

White with #31A138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,161,56); }

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

background-color css

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

 a { background-color: rgb(49,161,56); }

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

border-color css

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

 span { border-color: rgb(49,161,56); }

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