#1F741D

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

Shades of Forest Green #1F741D

Tints of Forest Green #1F741D

Color information

#1F741D (or 0x1F741D) is unknown color: approx Forest Green. HEX triplet: 1F, 74 and 1D. RGB value is (31,116,29). Sum of RGB (Red+Green+Blue) = 31+116+29=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #1F741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F741D is #E08BE2. Grayscale: #505050. Windows color (decimal): -14715875 or 1930271. OLE color: 1930271.

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

Color convert

RGB3111629-
CMYK0.7300.750.55
HSL118.62º60%28.43%-
HSV(B)118.62º75%45.49%-
XYZ7.0312.873.28-
YUV80.6798.8492.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.61%
GREEN value IS 116 (45.70% from 255) = 65.91%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=17.61%
G=65.91%
B=16.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116290.7300.750.55118.626028.43
Hex1F741D4904B37773c1c
Octal37164351110113671677434
Binary11111111010011101100100101001011110111111011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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