#1A9132

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

Shades of Forest Green #1A9132

Tints of Forest Green #1A9132

Color information

#1A9132 (or 0x1A9132) is unknown color: approx Forest Green. HEX triplet: 1A, 91 and 32. RGB value is (26,145,50). Sum of RGB (Red+Green+Blue) = 26+145+50=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9132 is #E56ECD. Grayscale: #626262. Windows color (decimal): -15036110 or 3313946. OLE color: 3313946.

HSL color Cylindrical-coordinate representation of color #1A9132: hue angle of 132.1º 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 #1A9132 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB2614550-
CMYK0.8200.660.43
HSL132.1º69.59%33.53%-
HSV(B)132.1º82.07%56.86%-
XYZ11.1320.76.43-
YUV98.59100.5876.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 145 (57.03% from 255) = 65.61%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=11.76%
G=65.61%
B=22.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26145500.8200.660.43132.169.5933.53
Hex1A9132520422B844622
Octal322216212201025320410642
Binary1101010010001110010101001001000010101011100001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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