Html Css Color HEX #1F7913 Forest Green

📋 copy color: '#1F7913'

red 31 ◦ green 121 ◦ blue 19

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

Shades of Forest Green #1F7913

Tints of Forest Green #1F7913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 18.13%
G = 70.76%
B = 11.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#1F7913 (or 0x1F7913) is known color: Forest Green. HEX triplet: 1F, 79 and 13. RGB value is (31,121,19). Sum of RGB (Red+Green+Blue) = 31+121+19=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 121 (47.66% from 255 or 70.76% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7913 is #E086EC. Grayscale: #525252. Windows color (decimal): -14714605 or 1276191. OLE color: 1276191.

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

Color convert

RGB 31 121 19 -
CMYK 0.74 0 0.84 0.53
HSL 112.94º 0.73% 0.27% -
HSV(B) 112.94º 0.84% 0.47% -
XYZ 7.52 14.01 2.92 -
YUV 82.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 31 121 19 0.74 0 0.84 0.53 112.94 0.73 0.27
Hex 1F 79 13 4A 0 54 35 71 49 1B
Octal 37 171 23 112 0 124 65 161 111 33
Binary 11111 1111001 10011 1001010 0 1010100 110101 1110001 1001001 11011

Color Harmonies of #1F7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7913

Black with #1F7913

Text Example


Text Example

White with #1F7913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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