#1D871F

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

Shades of Forest Green #1D871F

Tints of Forest Green #1D871F

Color information

#1D871F (or 0x1D871F) is unknown color: approx Forest Green. HEX triplet: 1D, 87 and 1F. RGB value is (29,135,31). Sum of RGB (Red+Green+Blue) = 29+135+31=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #1D871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D871F is #E278E0. Grayscale: #5B5B5B. Windows color (decimal): -14842081 or 2066205. OLE color: 2066205.

HSL color Cylindrical-coordinate representation of color #1D871F: hue angle of 121.13º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D871F is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB2913531-
CMYK0.7900.770.47
HSL121.13º64.63%32.16%-
HSV(B)121.13º78.52%52.94%-
XYZ9.4217.694.21-
YUV91.4593.8883.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 135 (53.12% from 255) = 69.23%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=14.87%
G=69.23%
B=15.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29135310.7900.770.47121.1364.6332.16
Hex1D871F4F04D2F794120
Octal352073711701155717110140
Binary11101100001111111110011110100110110111111110011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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