#1D840A

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

Shades of Forest Green #1D840A

Tints of Forest Green #1D840A

Color information

#1D840A (or 0x1D840A) is unknown color: approx Forest Green. HEX triplet: 1D, 84 and 0A. RGB value is (29,132,10). Sum of RGB (Red+Green+Blue) = 29+132+10=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 132 (51.95% from 255 or 77.19% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 132 - color contains mainly: green. Hex color #1D840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D840A is #E27BF5. Grayscale: #575757. Windows color (decimal): -14842870 or 689181. OLE color: 689181.

HSL color Cylindrical-coordinate representation of color #1D840A: hue angle of 110.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D840A is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB2913210-
CMYK0.7800.920.48
HSL110.66º85.92%27.84%-
HSV(B)110.66º92.42%51.76%-
XYZ8.8116.793.06-
YUV87.384.3886.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 132 (51.95% from 255) = 77.19%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=16.96%
G=77.19%
B=5.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29132100.7800.920.48110.6685.9227.84
Hex1D84A4E05C306f561c
Octal352041211601346015712634
Binary111011000010010101001110010111001100001101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,132,10); }

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

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

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

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

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

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

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