#1D8A1E

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

Shades of Forest Green #1D8A1E

Tints of Forest Green #1D8A1E

Color information

#1D8A1E (or 0x1D8A1E) is unknown color: approx Forest Green. HEX triplet: 1D, 8A and 1E. RGB value is (29,138,30). Sum of RGB (Red+Green+Blue) = 29+138+30=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A1E is #E275E1. Grayscale: #5D5D5D. Windows color (decimal): -14841314 or 2001437. OLE color: 2001437.

HSL color Cylindrical-coordinate representation of color #1D8A1E: hue angle of 120.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A1E is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB2913830-
CMYK0.7900.780.46
HSL120.55º65.27%32.75%-
HSV(B)120.55º78.99%54.12%-
XYZ9.8318.534.29-
YUV93.192.3982.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=14.72%
G=70.05%
B=15.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29138300.7900.780.46120.5565.2732.75
Hex1D8A1E4F04E2E794121
Octal352123611701165617110141
Binary11101100010101111010011110100111010111011110011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,138,30); }

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

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

 a { background-color: rgb(29,138,30); }

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

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

 span { border-color: rgb(29,138,30); }

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