#1AA223

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

Shades of Forest Green #1AA223

Tints of Forest Green #1AA223

Color information

#1AA223 (or 0x1AA223) is unknown color: approx Forest Green. HEX triplet: 1A, A2 and 23. RGB value is (26,162,35). Sum of RGB (Red+Green+Blue) = 26+162+35=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 162 (63.67% from 255 or 72.65% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA223 is #E55DDC. Grayscale: #6B6B6B. Windows color (decimal): -15031773 or 2335258. OLE color: 2335258.

HSL color Cylindrical-coordinate representation of color #1AA223: hue angle of 123.97º 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 #1AA223 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB2616235-
CMYK0.8400.780.36
HSL123.97º72.34%36.86%-
HSV(B)123.97º83.95%63.53%-
XYZ13.6526.185.92-
YUV106.8687.4470.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.66%
GREEN value IS 162 (63.67% from 255) = 72.65%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=11.66%
G=72.65%
B=15.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162350.8400.780.36123.9772.3436.86
Hex1AA2235404E247c4825
Octal322424312401164417411045
Binary110101010001010001110101000100111010010011111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,35); }

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

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

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

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

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

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

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