#1D822A

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

Shades of Forest Green #1D822A

Tints of Forest Green #1D822A

Color information

#1D822A (or 0x1D822A) is unknown color: approx Forest Green. HEX triplet: 1D, 82 and 2A. RGB value is (29,130,42). Sum of RGB (Red+Green+Blue) = 29+130+42=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #1D822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D822A is #E27DD5. Grayscale: #5A5A5A. Windows color (decimal): -14843350 or 2785821. OLE color: 2785821.

HSL color Cylindrical-coordinate representation of color #1D822A: hue angle of 127.72º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D822A is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB2913042-
CMYK0.7800.680.49
HSL127.72º63.52%31.18%-
HSV(B)127.72º77.69%50.98%-
XYZ8.9116.394.89-
YUV89.77101.0484.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=14.43%
G=64.68%
B=20.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29130420.7800.680.49127.7263.5231.18
Hex1D822A4E0443180401f
Octal352025211601046120010037
Binary111011000001010101010011100100010011000110000000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,130,42); }

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

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

 a { background-color: rgb(29,130,42); }

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

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

 span { border-color: rgb(29,130,42); }

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