#1A9331

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

Shades of Forest Green #1A9331

Tints of Forest Green #1A9331

Color information

#1A9331 (or 0x1A9331) is unknown color: approx Forest Green. HEX triplet: 1A, 93 and 31. RGB value is (26,147,49). Sum of RGB (Red+Green+Blue) = 26+147+49=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9331 is #E56CCE. Grayscale: #636363. Windows color (decimal): -15035599 or 3248922. OLE color: 3248922.

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

Color convert

RGB2614749-
CMYK0.8200.670.42
HSL131.4º69.94%33.92%-
HSV(B)131.4º82.31%57.65%-
XYZ11.4121.316.42-
YUV99.6599.4175.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=11.71%
G=66.22%
B=22.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147490.8200.670.42131.469.9433.92
Hex1A9331520432A834622
Octal322236112201035220310642
Binary1101010010011110001101001001000011101010100000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,147,49); }

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

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

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

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

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

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

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