#1D731B

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

Shades of Forest Green #1D731B

Tints of Forest Green #1D731B

Color information

#1D731B (or 0x1D731B) is unknown color: approx Forest Green. HEX triplet: 1D, 73 and 1B. RGB value is (29,115,27). Sum of RGB (Red+Green+Blue) = 29+115+27=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #1D731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D731B is #E28CE4. Grayscale: #4F4F4F. Windows color (decimal): -14847205 or 1798941. OLE color: 1798941.

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

Color convert

RGB2911527-
CMYK0.7500.770.55
HSL118.64º61.97%27.84%-
HSV(B)118.64º76.52%45.1%-
XYZ6.8412.63.11-
YUV79.2598.5192.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 115 (45.31% from 255) = 67.25%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=16.96%
G=67.25%
B=15.79%

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
Decimal29115270.7500.770.55118.6461.9727.84
Hex1D731B4B04D37773e1c
Octal35163331130115671677634
Binary11101111001111011100101101001101110111111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,27); }

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

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

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

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

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

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

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