#1A812D

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

Shades of Forest Green #1A812D

Tints of Forest Green #1A812D

Color information

#1A812D (or 0x1A812D) is unknown color: approx Forest Green. HEX triplet: 1A, 81 and 2D. RGB value is (26,129,45). Sum of RGB (Red+Green+Blue) = 26+129+45=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #1A812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A812D is #E57ED2. Grayscale: #585858. Windows color (decimal): -15040211 or 2982170. OLE color: 2982170.

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

Color convert

RGB2612945-
CMYK0.8000.650.49
HSL131.07º66.45%30.39%-
HSV(B)131.07º79.84%50.59%-
XYZ8.7516.115.13-
YUV88.63103.3883.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 129 (50.78% from 255) = 64.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=13%
G=64.5%
B=22.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26129450.8000.650.49131.0766.4530.39
Hex1A812D500413183421e
Octal322015512001016120310236
Binary110101000000110110110100000100000111000110000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,129,45); }

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

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

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

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

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

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

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