Html Css Color HEX #1F861F Forest Green

📋 copy color: '#1F861F'

red 31 ◦ green 134 ◦ blue 31

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

Shades of Forest Green #1F861F

Tints of Forest Green #1F861F

RGB

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

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

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

R = 15.82%
G = 68.37%
B = 15.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#1F861F (or 0x1F861F) is known color: Forest Green. HEX triplet: 1F, 86 and 1F. RGB value is (31,134,31). Sum of RGB (Red+Green+Blue) = 31+134+31=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 134 (52.73% from 255 or 68.37% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 134 - color contains mainly: green. Hex color #1F861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F861F is #E079E0. Grayscale: #5B5B5B. Windows color (decimal): -14711265 or 2065951. OLE color: 2065951.

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

Color convert

RGB 31 134 31 -
CMYK 0.77 0 0.77 0.47
HSL 120º 0.62% 0.32% -
HSV(B) 120º 0.77% 0.53% -
XYZ 9.34 17.44 4.17 -
YUV 91.46 93.88 84.88 -
System Red Green Blue C M Y K H S L
Decimal 31 134 31 0.77 0 0.77 0.47 120 0.62 0.32
Hex 1F 86 1F 4D 0 4D 2F 78 3E 20
Octal 37 206 37 115 0 115 57 170 76 40
Binary 11111 10000110 11111 1001101 0 1001101 101111 1111000 111110 100000

Color Harmonies of #1F861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F861F

Black with #1F861F

Text Example


Text Example

White with #1F861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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