Html Css Color HEX #1F7914 Forest Green

📋 copy color: '#1F7914'

red 31 ◦ green 121 ◦ blue 20

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

Shades of Forest Green #1F7914

Tints of Forest Green #1F7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 70.35%

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

R = 18.02%
G = 70.35%
B = 11.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#1F7914 (or 0x1F7914) is known color: Forest Green. HEX triplet: 1F, 79 and 14. RGB value is (31,121,20). Sum of RGB (Red+Green+Blue) = 31+121+20=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7914 is #E086EB. Grayscale: #525252. Windows color (decimal): -14714604 or 1341727. OLE color: 1341727.

HSL color Cylindrical-coordinate representation of color #1F7914: hue angle of 113.47º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F7914 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 121 20 -
CMYK 0.74 0 0.83 0.53
HSL 113.47º 0.72% 0.28% -
HSV(B) 113.47º 0.83% 0.47% -
XYZ 7.53 14.02 2.97 -
YUV 82.58 92.68 91.21 -
System Red Green Blue C M Y K H S L
Decimal 31 121 20 0.74 0 0.83 0.53 113.47 0.72 0.28
Hex 1F 79 14 4A 0 53 35 71 48 1C
Octal 37 171 24 112 0 123 65 161 110 34
Binary 11111 1111001 10100 1001010 0 1010011 110101 1110001 1001000 11100

Color Harmonies of #1F7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7914

Black with #1F7914

Text Example


Text Example

White with #1F7914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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