#1D721A

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

Shades of Forest Green #1D721A

Tints of Forest Green #1D721A

Color information

#1D721A (or 0x1D721A) is unknown color: approx Forest Green. HEX triplet: 1D, 72 and 1A. RGB value is (29,114,26). Sum of RGB (Red+Green+Blue) = 29+114+26=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #1D721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D721A is #E28DE5. Grayscale: #4E4E4E. Windows color (decimal): -14847462 or 1733149. OLE color: 1733149.

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

Color convert

RGB2911426-
CMYK0.7500.770.55
HSL117.95º62.86%27.45%-
HSV(B)117.95º77.19%44.71%-
XYZ6.7112.373.01-
YUV78.5598.3492.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 114 (44.92% from 255) = 67.46%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=17.16%
G=67.46%
B=15.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114260.7500.770.55117.9562.8627.45
Hex1D721A4B04D37763f1b
Octal35162321130115671667733
Binary11101111001011010100101101001101110111111011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,114,26); }

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

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

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

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

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

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

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