Html Css Color HEX #1F710F Forest Green

📋 copy color: '#1F710F'

red 31 ◦ green 113 ◦ blue 15

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

Shades of Forest Green #1F710F

Tints of Forest Green #1F710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 19.5%
G = 71.07%
B = 9.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#1F710F (or 0x1F710F) is known color: Forest Green. HEX triplet: 1F, 71 and 0F. RGB value is (31,113,15). Sum of RGB (Red+Green+Blue) = 31+113+15=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #1F710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F710F is #E08EF0. Grayscale: #4D4D4D. Windows color (decimal): -14716657 or 1011999. OLE color: 1011999.

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

Color convert

RGB 31 113 15 -
CMYK 0.73 0 0.87 0.56
HSL 110.2º 0.77% 0.25% -
HSV(B) 110.2º 0.87% 0.44% -
XYZ 6.56 12.14 2.45 -
YUV 77.31 92.83 94.97 -
System Red Green Blue C M Y K H S L
Decimal 31 113 15 0.73 0 0.87 0.56 110.2 0.77 0.25
Hex 1F 71 F 49 0 57 38 6E 4D 19
Octal 37 161 17 111 0 127 70 156 115 31
Binary 11111 1110001 1111 1001001 0 1010111 111000 1101110 1001101 11001

Color Harmonies of #1F710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F710F

Black with #1F710F

Text Example


Text Example

White with #1F710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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