#1FA22D

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

Shades of Forest Green #1FA22D

Tints of Forest Green #1FA22D

Color information

#1FA22D (or 0x1FA22D) is unknown color: approx Forest Green. HEX triplet: 1F, A2 and 2D. RGB value is (31,162,45). Sum of RGB (Red+Green+Blue) = 31+162+45=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 162 (63.67% from 255 or 68.07% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA22D is #E05DD2. Grayscale: #6D6D6D. Windows color (decimal): -14704083 or 2990623. OLE color: 2990623.

HSL color Cylindrical-coordinate representation of color #1FA22D: hue angle of 126.41º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA22D is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB3116245-
CMYK0.8100.720.36
HSL126.41º67.88%37.84%-
HSV(B)126.41º80.86%63.53%-
XYZ13.9626.326.83-
YUV109.4991.672.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 162 (63.67% from 255) = 68.07%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=13.03%
G=68.07%
B=18.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31162450.8100.720.36126.4167.8837.84
Hex1FA22D51048247e4426
Octal372425512101104417610446
Binary111111010001010110110100010100100010010011111101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,45); }

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

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

 a { background-color: rgb(31,162,45); }

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

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

 span { border-color: rgb(31,162,45); }

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