#1A9522

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

Shades of Forest Green #1A9522

Tints of Forest Green #1A9522

Color information

#1A9522 (or 0x1A9522) is unknown color: approx Forest Green. HEX triplet: 1A, 95 and 22. RGB value is (26,149,34). Sum of RGB (Red+Green+Blue) = 26+149+34=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9522 is #E56ADD. Grayscale: #636363. Windows color (decimal): -15035102 or 2266394. OLE color: 2266394.

HSL color Cylindrical-coordinate representation of color #1A9522: hue angle of 123.9º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9522 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB2614934-
CMYK0.8300.770.42
HSL123.9º70.29%34.31%-
HSV(B)123.9º82.55%58.43%-
XYZ11.4621.835.12-
YUV99.1191.2575.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 34 (13.67% from 255) = 16.27%
R=12.44%
G=71.29%
B=16.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26149340.8300.770.42123.970.2934.31
Hex1A95225304D2A7c4622
Octal322254212301155217410642
Binary110101001010110001010100110100110110101011111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,34); }

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

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

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

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

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

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

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