#1D8A21

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

Shades of Forest Green #1D8A21

Tints of Forest Green #1D8A21

Color information

#1D8A21 (or 0x1D8A21) is unknown color: approx Forest Green. HEX triplet: 1D, 8A and 21. RGB value is (29,138,33). Sum of RGB (Red+Green+Blue) = 29+138+33=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A21 is #E275DE. Grayscale: #5D5D5D. Windows color (decimal): -14841311 or 2198045. OLE color: 2198045.

HSL color Cylindrical-coordinate representation of color #1D8A21: hue angle of 122.2º 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 #1D8A21 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB2913833-
CMYK0.7900.760.46
HSL122.2º65.27%32.75%-
HSV(B)122.2º78.99%54.12%-
XYZ9.8718.554.5-
YUV93.4493.8982.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.5%
GREEN value IS 138 (54.30% from 255) = 69%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=14.5%
G=69%
B=16.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29138330.7900.760.46122.265.2732.75
Hex1D8A214F04C2E7a4121
Octal352124111701145617210141
Binary111011000101010000110011110100110010111011110101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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