Html Css Color HEX #1F7614 Forest Green

📋 copy color: '#1F7614'

red 31 ◦ green 118 ◦ blue 20

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

Shades of Forest Green #1F7614

Tints of Forest Green #1F7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 69.82%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 18.34%
G = 69.82%
B = 11.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#1F7614 (or 0x1F7614) is known color: Forest Green. HEX triplet: 1F, 76 and 14. RGB value is (31,118,20). Sum of RGB (Red+Green+Blue) = 31+118+20=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7614 is #E089EB. Grayscale: #515151. Windows color (decimal): -14715372 or 1340959. OLE color: 1340959.

HSL color Cylindrical-coordinate representation of color #1F7614: hue angle of 113.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F7614 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 20 -
CMYK 0.74 0 0.83 0.54
HSL 113.27º 0.71% 0.27% -
HSV(B) 113.27º 0.83% 0.46% -
XYZ 7.17 13.3 2.85 -
YUV 80.82 93.68 92.47 -
System Red Green Blue C M Y K H S L
Decimal 31 118 20 0.74 0 0.83 0.54 113.27 0.71 0.27
Hex 1F 76 14 4A 0 53 36 71 47 1B
Octal 37 166 24 112 0 123 66 161 107 33
Binary 11111 1110110 10100 1001010 0 1010011 110110 1110001 1000111 11011

Color Harmonies of #1F7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7614

Black with #1F7614

Text Example


Text Example

White with #1F7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,20); }

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

background-color css

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

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

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

border-color css

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

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

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