#1A911A

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

Shades of Forest Green #1A911A

Tints of Forest Green #1A911A

Color information

#1A911A (or 0x1A911A) is unknown color: approx Forest Green. HEX triplet: 1A, 91 and 1A. RGB value is (26,145,26). Sum of RGB (Red+Green+Blue) = 26+145+26=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 145 (57.03% from 255 or 73.60% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 145 - color contains mainly: green. Hex color #1A911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A911A is #E56EE5. Grayscale: #606060. Windows color (decimal): -15036134 or 1741082. OLE color: 1741082.

HSL color Cylindrical-coordinate representation of color #1A911A: hue angle of 120º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A911A is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB2614526-
CMYK0.8200.820.43
HSL120º69.59%33.53%-
HSV(B)120º82.07%56.86%-
XYZ10.7420.544.38-
YUV95.8588.5878.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 145 (57.03% from 255) = 73.60%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=13.20%
G=73.60%
B=13.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26145260.8200.820.4312069.5933.53
Hex1A911A520522B784622
Octal322213212201225317010642
Binary11010100100011101010100100101001010101111110001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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