#1D8512

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

Shades of Forest Green #1D8512

Tints of Forest Green #1D8512

Color information

#1D8512 (or 0x1D8512) is unknown color: approx Forest Green. HEX triplet: 1D, 85 and 12. RGB value is (29,133,18). Sum of RGB (Red+Green+Blue) = 29+133+18=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8512 is #E27AED. Grayscale: #595959. Windows color (decimal): -14842606 or 1213725. OLE color: 1213725.

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

Color convert

RGB2913318-
CMYK0.7800.860.48
HSL114.26º76.16%29.61%-
HSV(B)114.26º86.47%52.16%-
XYZ917.083.39-
YUV88.7988.0485.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.11%
GREEN value IS 133 (52.34% from 255) = 73.89%
BLUE value IS 18 (7.42% from 255) = 10%
R=16.11%
G=73.89%
B=10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29133180.7800.860.48114.2676.1629.61
Hex1D85124E05630724c1e
Octal352052211601266016211436
Binary1110110000101100101001110010101101100001110010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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