#1D741D

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

Shades of Forest Green #1D741D

Tints of Forest Green #1D741D

Color information

#1D741D (or 0x1D741D) is unknown color: approx Forest Green. HEX triplet: 1D, 74 and 1D. RGB value is (29,116,29). Sum of RGB (Red+Green+Blue) = 29+116+29=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #1D741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D741D is #E28BE2. Grayscale: #505050. Windows color (decimal): -14846947 or 1930269. OLE color: 1930269.

HSL color Cylindrical-coordinate representation of color #1D741D: hue angle of 120º 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 #1D741D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB2911629-
CMYK0.7500.750.55
HSL120º60%28.43%-
HSV(B)120º75%45.49%-
XYZ6.9712.843.27-
YUV80.0799.1891.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=16.67%
G=66.67%
B=16.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29116290.7500.750.551206028.43
Hex1D741D4B04B37783c1c
Octal35164351130113671707434
Binary11101111010011101100101101001011110111111100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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