#1A821A

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

Shades of Forest Green #1A821A

Tints of Forest Green #1A821A

Color information

#1A821A (or 0x1A821A) is unknown color: approx Forest Green. HEX triplet: 1A, 82 and 1A. RGB value is (26,130,26). Sum of RGB (Red+Green+Blue) = 26+130+26=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #1A821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A821A is #E57DE5. Grayscale: #575757. Windows color (decimal): -15039974 or 1737242. OLE color: 1737242.

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

Color convert

RGB2613026-
CMYK0.800.80.49
HSL120º66.67%30.59%-
HSV(B)120º80%50.98%-
XYZ8.616.263.66-
YUV87.0593.5484.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 130 (51.17% from 255) = 71.43%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=14.29%
G=71.43%
B=14.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26130260.800.80.4912066.6730.59
Hex1A821A500503178431f
Octal322023212001206117010337
Binary1101010000010110101010000010100001100011111000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,26); }

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

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

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

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

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

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

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