Html Css Color HEX #1F861C Forest Green

📋 copy color: '#1F861C'

red 31 ◦ green 134 ◦ blue 28

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

Shades of Forest Green #1F861C

Tints of Forest Green #1F861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.43%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 16.06%
G = 69.43%
B = 14.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#1F861C (or 0x1F861C) is known color: Forest Green. HEX triplet: 1F, 86 and 1C. RGB value is (31,134,28). Sum of RGB (Red+Green+Blue) = 31+134+28=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #1F861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F861C is #E079E3. Grayscale: #5B5B5B. Windows color (decimal): -14711268 or 1869343. OLE color: 1869343.

HSL color Cylindrical-coordinate representation of color #1F861C: hue angle of 118.3º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F861C is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 134 28 -
CMYK 0.77 0 0.79 0.47
HSL 118.3º 0.65% 0.32% -
HSV(B) 118.3º 0.79% 0.53% -
XYZ 9.3 17.43 3.97 -
YUV 91.12 92.38 85.12 -
System Red Green Blue C M Y K H S L
Decimal 31 134 28 0.77 0 0.79 0.47 118.3 0.65 0.32
Hex 1F 86 1C 4D 0 4F 2F 76 41 20
Octal 37 206 34 115 0 117 57 166 101 40
Binary 11111 10000110 11100 1001101 0 1001111 101111 1110110 1000001 100000

Color Harmonies of #1F861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F861C

Black with #1F861C

Text Example


Text Example

White with #1F861C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,134,28); }

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

background-color css

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

 a { background-color: rgb(31,134,28); }

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

border-color css

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

 span { border-color: rgb(31,134,28); }

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