Html Css Color HEX #1F7112 Forest Green

📋 copy color: '#1F7112'

red 31 ◦ green 113 ◦ blue 18

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

Shades of Forest Green #1F7112

Tints of Forest Green #1F7112

RGB

 RED value IS 31 (12.5% from 255) = 19.14%

 GREEN value IS 113 (44.53% from 255) = 69.75%

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 19.14%
G = 69.75%
B = 11.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#1F7112 (or 0x1F7112) is known color: Forest Green. HEX triplet: 1F, 71 and 12. RGB value is (31,113,18). Sum of RGB (Red+Green+Blue) = 31+113+18=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7112 is #E08EED. Grayscale: #4D4D4D. Windows color (decimal): -14716654 or 1208607. OLE color: 1208607.

HSL color Cylindrical-coordinate representation of color #1F7112: hue angle of 111.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7112 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 18 -
CMYK 0.73 0 0.84 0.56
HSL 111.79º 0.73% 0.26% -
HSV(B) 111.79º 0.84% 0.44% -
XYZ 6.58 12.15 2.57 -
YUV 77.65 94.33 94.72 -
System Red Green Blue C M Y K H S L
Decimal 31 113 18 0.73 0 0.84 0.56 111.79 0.73 0.26
Hex 1F 71 12 49 0 54 38 70 49 1A
Octal 37 161 22 111 0 124 70 160 111 32
Binary 11111 1110001 10010 1001001 0 1010100 111000 1110000 1001001 11010

Color Harmonies of #1F7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7112

Black with #1F7112

Text Example


Text Example

White with #1F7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7112; }

 p { color: rgb(31,113,18); }

 H1.HeaderClassName
 {
   color: #1F7112;
 }
 .AnyTagClassName
 {
   color: #1F7112;
 }
</style>

background-color css

<style>
 a { background-color: #1F7112; }

 a { background-color: rgb(31,113,18); }

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

border-color css

<style>
 span { border-color: #1F7112; }

 span { border-color: rgb(31,113,18); }

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