#1F741C

Color #1F741C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1F741C

Tints of Forest Green #1F741C

Color information

#1F741C (or 0x1F741C) is unknown color: approx Forest Green. HEX triplet: 1F, 74 and 1C. RGB value is (31,116,28). Sum of RGB (Red+Green+Blue) = 31+116+28=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #1F741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F741C is #E08BE3. Grayscale: #505050. Windows color (decimal): -14715876 or 1864735. OLE color: 1864735.

HSL color Cylindrical-coordinate representation of color #1F741C: hue angle of 117.95º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F741C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB3111628-
CMYK0.7300.760.55
HSL117.95º61.11%28.24%-
HSV(B)117.95º75.86%45.49%-
XYZ7.0212.873.21-
YUV80.5598.3492.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 116 (45.70% from 255) = 66.29%
BLUE value IS 28 (11.33% from 255) = 16%
R=17.71%
G=66.29%
B=16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116280.7300.760.55117.9561.1128.24
Hex1F741C4904C37763d1c
Octal37164341110114671667534
Binary11111111010011100100100101001100110111111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,116,28); }

 H1.HeaderClassName
 {
   color: #1F741C;
 }
 .AnyTagClassName
 {
   color: #1F741C;
 }
</style>
background-color css

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

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

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

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

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

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