Html Css Color HEX #31981F Forest Green

📋 copy color: '#31981F'

red 49 ◦ green 152 ◦ blue 31

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

Shades of Forest Green #31981F

Tints of Forest Green #31981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 65.52%

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 21.12%
G = 65.52%
B = 13.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#31981F (or 0x31981F) is known color: Forest Green. HEX triplet: 31, 98 and 1F. RGB value is (49,152,31). Sum of RGB (Red+Green+Blue) = 49+152+31=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #31981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31981F is #CE67E0. Grayscale: #6B6B6B. Windows color (decimal): -13527009 or 2070577. OLE color: 2070577.

HSL color Cylindrical-coordinate representation of color #31981F: hue angle of 111.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31981F is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 31 -
CMYK 0.68 0 0.80 0.40
HSL 111.07º 0.66% 0.36% -
HSV(B) 111.07º 0.8% 0.6% -
XYZ 12.74 23.21 5.1 -
YUV 107.41 84.88 86.34 -
System Red Green Blue C M Y K H S L
Decimal 49 152 31 0.68 0 0.80 0.40 111.07 0.66 0.36
Hex 31 98 1F 44 0 50 28 6F 42 24
Octal 61 230 37 104 0 120 50 157 102 44
Binary 110001 10011000 11111 1000100 0 1010000 101000 1101111 1000010 100100

Color Harmonies of #31981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31981F

Black with #31981F

Text Example


Text Example

White with #31981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31981F; }

 p { color: rgb(49,152,31); }

 H1.HeaderClassName
 {
   color: #31981F;
 }
 .AnyTagClassName
 {
   color: #31981F;
 }
</style>

background-color css

<style>
 a { background-color: #31981F; }

 a { background-color: rgb(49,152,31); }

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

border-color css

<style>
 span { border-color: #31981F; }

 span { border-color: rgb(49,152,31); }

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