#1A6E18

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

Shades of Forest Green #1A6E18

Tints of Forest Green #1A6E18

Color information

#1A6E18 (or 0x1A6E18) is unknown color: approx Forest Green. HEX triplet: 1A, 6E and 18. RGB value is (26,110,24). Sum of RGB (Red+Green+Blue) = 26+110+24=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 110 (43.36% from 255 or 68.75% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6E18 is #E591E7. Grayscale: #4B4B4B. Windows color (decimal): -15045096 or 1601050. OLE color: 1601050.

HSL color Cylindrical-coordinate representation of color #1A6E18: hue angle of 118.6º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6E18 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB2611024-
CMYK0.7600.780.57
HSL118.6º64.18%26.27%-
HSV(B)118.6º78.18%43.14%-
XYZ6.1711.442.75-
YUV75.0899.1792.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 110 (43.36% from 255) = 68.75%
BLUE value IS 24 (9.77% from 255) = 15%
R=16.25%
G=68.75%
B=15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26110240.7600.780.57118.664.1826.27
Hex1A6E184C04E3977401a
Octal321563011401167116710032
Binary110101101110110001001100010011101110011110111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,110,24); }

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

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

 a { background-color: rgb(26,110,24); }

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

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

 span { border-color: rgb(26,110,24); }

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