#1A9932

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

Shades of Forest Green #1A9932

Tints of Forest Green #1A9932

Color information

#1A9932 (or 0x1A9932) is unknown color: approx Forest Green. HEX triplet: 1A, 99 and 32. RGB value is (26,153,50). Sum of RGB (Red+Green+Blue) = 26+153+50=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9932 is #E566CD. Grayscale: #676767. Windows color (decimal): -15034062 or 3315994. OLE color: 3315994.

HSL color Cylindrical-coordinate representation of color #1A9932: hue angle of 131.34º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9932 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB2615350-
CMYK0.8300.670.4
HSL131.34º70.95%35.1%-
HSV(B)131.34º83.01%60%-
XYZ12.3923.236.85-
YUV103.2897.9272.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 153 (60.16% from 255) = 66.81%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=11.35%
G=66.81%
B=21.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26153500.8300.670.4131.3470.9535.1
Hex1A99325304328834723
Octal322316212301035020310743
Binary1101010011001110010101001101000011101000100000111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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