Html Css Color HEX #31A825 Forest Green

📋 copy color: '#31A825'

red 49 ◦ green 168 ◦ blue 37

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

Shades of Forest Green #31A825

Tints of Forest Green #31A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 66.14%

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 19.29%
G = 66.14%
B = 14.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#31A825 (or 0x31A825) is known color: Forest Green. HEX triplet: 31, A8 and 25. RGB value is (49,168,37). Sum of RGB (Red+Green+Blue) = 49+168+37=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 168 (66.02% from 255 or 66.14% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 168 - color contains mainly: green. Hex color #31A825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A825 is #CE57DA. Grayscale: #757575. Windows color (decimal): -13522907 or 2467889. OLE color: 2467889.

HSL color Cylindrical-coordinate representation of color #31A825: hue angle of 114.5º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31A825 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 168 37 -
CMYK 0.71 0 0.78 0.34
HSL 114.5º 0.64% 0.4% -
HSV(B) 114.5º 0.78% 0.66% -
XYZ 15.6 28.79 6.49 -
YUV 117.49 82.58 79.15 -
System Red Green Blue C M Y K H S L
Decimal 49 168 37 0.71 0 0.78 0.34 114.5 0.64 0.4
Hex 31 A8 25 47 0 4E 22 73 40 28
Octal 61 250 45 107 0 116 42 163 100 50
Binary 110001 10101000 100101 1000111 0 1001110 100010 1110011 1000000 101000

Color Harmonies of #31A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A825

Black with #31A825

Text Example


Text Example

White with #31A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,168,37); }

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

background-color css

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

 a { background-color: rgb(49,168,37); }

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

border-color css

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

 span { border-color: rgb(49,168,37); }

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