#1A7F2A

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

Shades of Forest Green #1A7F2A

Tints of Forest Green #1A7F2A

Color information

#1A7F2A (or 0x1A7F2A) is unknown color: approx Forest Green. HEX triplet: 1A, 7F and 2A. RGB value is (26,127,42). Sum of RGB (Red+Green+Blue) = 26+127+42=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F2A is #E580D5. Grayscale: #575757. Windows color (decimal): -15040726 or 2785050. OLE color: 2785050.

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

Color convert

RGB2612742-
CMYK0.8000.670.50
HSL129.5º66.01%30%-
HSV(B)129.5º79.53%49.8%-
XYZ8.4315.574.75-
YUV87.11102.5484.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 127 (50% from 255) = 65.13%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=13.33%
G=65.13%
B=21.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127420.8000.670.50129.566.0130
Hex1A7F2A500433282421e
Octal321775212001036220210236
Binary11010111111110101010100000100001111001010000010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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