Html Css Color HEX #31A51D Forest Green

📋 copy color: '#31A51D'

red 49 ◦ green 165 ◦ blue 29

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

Shades of Forest Green #31A51D

Tints of Forest Green #31A51D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 67.9%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 20.16%
G = 67.9%
B = 11.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#31A51D (or 0x31A51D) is known color: Forest Green. HEX triplet: 31, A5 and 1D. RGB value is (49,165,29). Sum of RGB (Red+Green+Blue) = 49+165+29=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #31A51D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A51D is #CE5AE2. Grayscale: #737373. Windows color (decimal): -13523683 or 1942833. OLE color: 1942833.

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

Color convert

RGB 49 165 29 -
CMYK 0.70 0 0.82 0.35
HSL 111.18º 0.7% 0.38% -
HSV(B) 111.18º 0.82% 0.65% -
XYZ 14.94 27.65 5.71 -
YUV 114.81 79.57 81.06 -
System Red Green Blue C M Y K H S L
Decimal 49 165 29 0.70 0 0.82 0.35 111.18 0.7 0.38
Hex 31 A5 1D 46 0 52 23 6F 46 26
Octal 61 245 35 106 0 122 43 157 106 46
Binary 110001 10100101 11101 1000110 0 1010010 100011 1101111 1000110 100110

Color Harmonies of #31A51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A51D

Black with #31A51D

Text Example


Text Example

White with #31A51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,29); }

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

background-color css

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

 a { background-color: rgb(49,165,29); }

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

border-color css

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

 span { border-color: rgb(49,165,29); }

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