#1A7F1C

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

Shades of Forest Green #1A7F1C

Tints of Forest Green #1A7F1C

Color information

#1A7F1C (or 0x1A7F1C) is unknown color: approx Forest Green. HEX triplet: 1A, 7F and 1C. RGB value is (26,127,28). Sum of RGB (Red+Green+Blue) = 26+127+28=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 127 (50% from 255 or 70.17% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F1C is #E580E3. Grayscale: #555555. Windows color (decimal): -15040740 or 1867546. OLE color: 1867546.

HSL color Cylindrical-coordinate representation of color #1A7F1C: hue angle of 121.19º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F1C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB2612728-
CMYK0.8000.780.50
HSL121.19º66.01%30%-
HSV(B)121.19º79.53%49.8%-
XYZ8.2215.483.65-
YUV85.5195.5485.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 127 (50% from 255) = 70.17%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=14.36%
G=70.17%
B=15.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127280.8000.780.50121.1966.0130
Hex1A7F1C5004E3279421e
Octal321773412001166217110236
Binary110101111111111001010000010011101100101111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,127,28); }

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

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

 a { background-color: rgb(26,127,28); }

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

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

 span { border-color: rgb(26,127,28); }

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