#1A9332

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

Shades of Forest Green #1A9332

Tints of Forest Green #1A9332

Color information

#1A9332 (or 0x1A9332) is unknown color: approx Forest Green. HEX triplet: 1A, 93 and 32. RGB value is (26,147,50). Sum of RGB (Red+Green+Blue) = 26+147+50=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9332 is #E56CCD. Grayscale: #646464. Windows color (decimal): -15035598 or 3314458. OLE color: 3314458.

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

Color convert

RGB2614750-
CMYK0.8200.660.42
HSL131.9º69.94%33.92%-
HSV(B)131.9º82.31%57.65%-
XYZ11.4421.326.53-
YUV99.7699.9175.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.66%
GREEN value IS 147 (57.81% from 255) = 65.92%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=11.66%
G=65.92%
B=22.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147500.8200.660.42131.969.9433.92
Hex1A9332520422A844622
Octal322236212201025220410642
Binary1101010010011110010101001001000010101010100001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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