#1FA23A

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

Shades of Forest Green #1FA23A

Tints of Forest Green #1FA23A

Color information

#1FA23A (or 0x1FA23A) is unknown color: approx Forest Green. HEX triplet: 1F, A2 and 3A. RGB value is (31,162,58). Sum of RGB (Red+Green+Blue) = 31+162+58=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA23A is #E05DC5. Grayscale: #6F6F6F. Windows color (decimal): -14704070 or 3842591. OLE color: 3842591.

HSL color Cylindrical-coordinate representation of color #1FA23A: hue angle of 132.37º 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 #1FA23A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB3116258-
CMYK0.8100.640.36
HSL132.37º67.88%37.84%-
HSV(B)132.37º80.86%63.53%-
XYZ14.2526.448.35-
YUV110.9898.170.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 162 (63.67% from 255) = 64.54%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=12.35%
G=64.54%
B=23.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31162580.8100.640.36132.3767.8837.84
Hex1FA23A5104024844426
Octal372427212101004420410446
Binary1111110100010111010101000101000000100100100001001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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