#1FAE2A

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

Shades of Forest Green #1FAE2A

Tints of Forest Green #1FAE2A

Color information

#1FAE2A (or 0x1FAE2A) is unknown color: approx Forest Green. HEX triplet: 1F, AE and 2A. RGB value is (31,174,42). Sum of RGB (Red+Green+Blue) = 31+174+42=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 174 (68.36% from 255 or 70.45% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAE2A is #E051D5. Grayscale: #747474. Windows color (decimal): -14701014 or 2797087. OLE color: 2797087.

HSL color Cylindrical-coordinate representation of color #1FAE2A: hue angle of 124.62º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE2A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB3117442-
CMYK0.8200.760.32
HSL124.62º69.76%40.2%-
HSV(B)124.62º82.18%68.24%-
XYZ16.1230.737.27-
YUV116.286.1267.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 174 (68.36% from 255) = 70.45%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=12.55%
G=70.45%
B=17.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174420.8200.760.32124.6269.7640.2
Hex1FAE2A5204C207d4628
Octal372565212201144017510650
Binary111111010111010101010100100100110010000011111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,174,42); }

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

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

 a { background-color: rgb(31,174,42); }

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

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

 span { border-color: rgb(31,174,42); }

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