#1A840D

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

Shades of Forest Green #1A840D

Tints of Forest Green #1A840D

Color information

#1A840D (or 0x1A840D) is unknown color: approx Forest Green. HEX triplet: 1A, 84 and 0D. RGB value is (26,132,13). Sum of RGB (Red+Green+Blue) = 26+132+13=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 132 (51.95% from 255 or 77.19% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 132 - color contains mainly: green. Hex color #1A840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A840D is #E57BF2. Grayscale: #575757. Windows color (decimal): -15039475 or 885786. OLE color: 885786.

HSL color Cylindrical-coordinate representation of color #1A840D: hue angle of 113.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A840D is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB2613213-
CMYK0.8000.900.48
HSL113.45º82.07%28.43%-
HSV(B)113.45º90.15%51.76%-
XYZ8.7516.753.15-
YUV86.7486.3884.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 132 (51.95% from 255) = 77.19%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=15.20%
G=77.19%
B=7.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26132130.8000.900.48113.4582.0728.43
Hex1A84D5005A3071521c
Octal322041512001326016112234
Binary110101000010011011010000010110101100001110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,13); }

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

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

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

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

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

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

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