Html Css Color HEX #1F7312 Forest Green

📋 copy color: '#1F7312'

red 31 ◦ green 115 ◦ blue 18

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

Shades of Forest Green #1F7312

Tints of Forest Green #1F7312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.12%

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

R = 18.9%
G = 70.12%
B = 10.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#1F7312 (or 0x1F7312) is known color: Forest Green. HEX triplet: 1F, 73 and 12. RGB value is (31,115,18). Sum of RGB (Red+Green+Blue) = 31+115+18=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7312 is #E08CED. Grayscale: #4F4F4F. Windows color (decimal): -14716142 or 1209119. OLE color: 1209119.

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

Color convert

RGB 31 115 18 -
CMYK 0.73 0 0.84 0.55
HSL 111.96º 0.73% 0.26% -
HSV(B) 111.96º 0.84% 0.45% -
XYZ 6.8 12.6 2.64 -
YUV 78.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 31 115 18 0.73 0 0.84 0.55 111.96 0.73 0.26
Hex 1F 73 12 49 0 54 37 70 49 1A
Octal 37 163 22 111 0 124 67 160 111 32
Binary 11111 1110011 10010 1001001 0 1010100 110111 1110000 1001001 11010

Color Harmonies of #1F7312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7312

Black with #1F7312

Text Example


Text Example

White with #1F7312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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