#1FAA22

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

Shades of Forest Green #1FAA22

Tints of Forest Green #1FAA22

Color information

#1FAA22 (or 0x1FAA22) is unknown color: approx Forest Green. HEX triplet: 1F, AA and 22. RGB value is (31,170,34). Sum of RGB (Red+Green+Blue) = 31+170+34=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA22 is #E055DD. Grayscale: #717171. Windows color (decimal): -14702046 or 2271775. OLE color: 2271775.

HSL color Cylindrical-coordinate representation of color #1FAA22: hue angle of 121.29º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA22 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB3117034-
CMYK0.8200.800.33
HSL121.29º69.15%39.41%-
HSV(B)121.29º81.76%66.67%-
XYZ15.2329.166.34-
YUV112.9483.4569.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 170 (66.80% from 255) = 72.34%
BLUE value IS 34 (13.67% from 255) = 14.47%
R=13.19%
G=72.34%
B=14.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31170340.8200.800.33121.2969.1539.41
Hex1FAA225205021794527
Octal372524212201204117110547
Binary111111010101010001010100100101000010000111110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,170,34); }

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

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

 a { background-color: rgb(31,170,34); }

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

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

 span { border-color: rgb(31,170,34); }

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