Html Css Color HEX #31A130 Forest Green

📋 copy color: '#31A130'

red 49 ◦ green 161 ◦ blue 48

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

Shades of Forest Green #31A130

Tints of Forest Green #31A130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 18.99%
G = 62.4%
B = 18.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#31A130 (or 0x31A130) is known color: Forest Green. HEX triplet: 31, A1 and 30. RGB value is (49,161,48). Sum of RGB (Red+Green+Blue) = 49+161+48=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #31A130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A130 is #CE5ECF. Grayscale: #727272. Windows color (decimal): -13524688 or 3186993. OLE color: 3186993.

HSL color Cylindrical-coordinate representation of color #31A130: hue angle of 119.47º degrees, saturation: 0.54, 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 #31A130 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 48 -
CMYK 0.70 0 0.70 0.37
HSL 119.47º 0.54% 0.41% -
HSV(B) 119.47º 0.7% 0.63% -
XYZ 14.54 26.36 7.12 -
YUV 114.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 49 161 48 0.70 0 0.70 0.37 119.47 0.54 0.41
Hex 31 A1 30 46 0 46 25 77 36 29
Octal 61 241 60 106 0 106 45 167 66 51
Binary 110001 10100001 110000 1000110 0 1000110 100101 1110111 110110 101001

Color Harmonies of #31A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A130

Black with #31A130

Text Example


Text Example

White with #31A130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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