#1a7f2c

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

Shades of Forest Green #1A7F2C

Tints of Forest Green #1A7F2C

Color information

#1A7F2C (or 0x1A7F2C) is unknown color: approx Forest Green. HEX triplet: 1A, 7F and 2C. RGB value is (26,127,44). Sum of RGB (Red+Green+Blue) = 26+127+44=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F2C is #E580D3. Grayscale: #575757. Windows color (decimal): -15040724 or 2916122. OLE color: 2916122.

HSL color Cylindrical-coordinate representation of color #1A7F2C: hue angle of 130.69º 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 #1A7F2C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB2612744-
CMYK0.8000.650.50
HSL130.69º66.01%30%-
HSV(B)130.69º79.53%49.8%-
XYZ8.4715.584.94-
YUV87.34103.5484.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 127 (50% from 255) = 64.47%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=13.20%
G=64.47%
B=22.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127440.8000.650.50130.6966.0130
Hex1A7F2C500413283421e
Octal321775412001016220310236
Binary11010111111110110010100000100000111001010000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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