#1AA31A

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

Shades of Forest Green #1AA31A

Tints of Forest Green #1AA31A

Color information

#1AA31A (or 0x1AA31A) is unknown color: approx Forest Green. HEX triplet: 1A, A3 and 1A. RGB value is (26,163,26). Sum of RGB (Red+Green+Blue) = 26+163+26=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 163 (64.06% from 255 or 75.81% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA31A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA31A is #E55CE5. Grayscale: #6A6A6A. Windows color (decimal): -15031526 or 1745690. OLE color: 1745690.

HSL color Cylindrical-coordinate representation of color #1AA31A: hue angle of 120º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA31A is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB2616326-
CMYK0.8400.840.36
HSL120º72.49%37.06%-
HSV(B)120º84.05%63.92%-
XYZ13.7126.495.37-
YUV106.4282.6170.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 163 (64.06% from 255) = 75.81%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=12.09%
G=75.81%
B=12.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26163260.8400.840.3612072.4937.06
Hex1AA31A5405424784825
Octal322433212401244417011045
Binary11010101000111101010101000101010010010011110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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