#1A9F1E

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

Shades of Forest Green #1A9F1E

Tints of Forest Green #1A9F1E

Color information

#1A9F1E (or 0x1A9F1E) is unknown color: approx Forest Green. HEX triplet: 1A, 9F and 1E. RGB value is (26,159,30). Sum of RGB (Red+Green+Blue) = 26+159+30=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 159 (62.5% from 255 or 73.95% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 159 - color contains mainly: green. Hex color #1A9F1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9F1E is #E560E1. Grayscale: #686868. Windows color (decimal): -15032546 or 2006810. OLE color: 2006810.

HSL color Cylindrical-coordinate representation of color #1A9F1E: hue angle of 121.8º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9F1E is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB2615930-
CMYK0.8400.810.38
HSL121.8º71.89%36.27%-
HSV(B)121.8º83.65%62.35%-
XYZ13.0625.115.39-
YUV104.5385.9471.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 159 (62.5% from 255) = 73.95%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=12.09%
G=73.95%
B=13.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26159300.8400.810.38121.871.8936.27
Hex1A9F1E54051267a4824
Octal322373612401214617211044
Binary11010100111111111010101000101000110011011110101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,159,30); }

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

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

 a { background-color: rgb(26,159,30); }

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

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

 span { border-color: rgb(26,159,30); }

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