#1D8712

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

Shades of Forest Green #1D8712

Tints of Forest Green #1D8712

Color information

#1D8712 (or 0x1D8712) is unknown color: approx Forest Green. HEX triplet: 1D, 87 and 12. RGB value is (29,135,18). Sum of RGB (Red+Green+Blue) = 29+135+18=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 135 (53.12% from 255 or 74.18% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8712 is #E278ED. Grayscale: #5A5A5A. Windows color (decimal): -14842094 or 1214237. OLE color: 1214237.

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

Color convert

RGB2913518-
CMYK0.7900.870.47
HSL114.36º76.47%30%-
HSV(B)114.36º86.67%52.94%-
XYZ9.2817.633.49-
YUV89.9787.3884.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 135 (53.12% from 255) = 74.18%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=15.93%
G=74.18%
B=9.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29135180.7900.870.47114.3676.4730
Hex1D87124F0572F724c1e
Octal352072211701275716211436
Binary1110110000111100101001111010101111011111110010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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