#1FAA28

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

Shades of Forest Green #1FAA28

Tints of Forest Green #1FAA28

Color information

#1FAA28 (or 0x1FAA28) is unknown color: approx Forest Green. HEX triplet: 1F, AA and 28. RGB value is (31,170,40). Sum of RGB (Red+Green+Blue) = 31+170+40=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA28 is #E055D7. Grayscale: #727272. Windows color (decimal): -14702040 or 2664991. OLE color: 2664991.

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

Color convert

RGB3117040-
CMYK0.8200.760.33
HSL123.88º69.15%39.41%-
HSV(B)123.88º81.76%66.67%-
XYZ15.3229.196.83-
YUV113.6286.4569.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 170 (66.80% from 255) = 70.54%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=12.86%
G=70.54%
B=16.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31170400.8200.760.33123.8869.1539.41
Hex1FAA285204C217c4527
Octal372525012201144117410547
Binary111111010101010100010100100100110010000111111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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