#1FAA26

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

Shades of Forest Green #1FAA26

Tints of Forest Green #1FAA26

Color information

#1FAA26 (or 0x1FAA26) is unknown color: approx Forest Green. HEX triplet: 1F, AA and 26. RGB value is (31,170,38). Sum of RGB (Red+Green+Blue) = 31+170+38=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA26 is #E055D9. Grayscale: #717171. Windows color (decimal): -14702042 or 2533919. OLE color: 2533919.

HSL color Cylindrical-coordinate representation of color #1FAA26: hue angle of 123.02º 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 #1FAA26 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB3117038-
CMYK0.8200.780.33
HSL123.02º69.15%39.41%-
HSV(B)123.02º81.76%66.67%-
XYZ15.2929.186.66-
YUV113.3985.4569.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 170 (66.80% from 255) = 71.13%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=12.97%
G=71.13%
B=15.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31170380.8200.780.33123.0269.1539.41
Hex1FAA265204E217b4527
Octal372524612201164117310547
Binary111111010101010011010100100100111010000111110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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