#1A8418

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

Shades of Forest Green #1A8418

Tints of Forest Green #1A8418

Color information

#1A8418 (or 0x1A8418) is unknown color: approx Forest Green. HEX triplet: 1A, 84 and 18. RGB value is (26,132,24). Sum of RGB (Red+Green+Blue) = 26+132+24=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8418 is #E57BE7. Grayscale: #585858. Windows color (decimal): -15039464 or 1606682. OLE color: 1606682.

HSL color Cylindrical-coordinate representation of color #1A8418: hue angle of 118.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8418 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB2613224-
CMYK0.8000.820.48
HSL118.89º69.23%30.59%-
HSV(B)118.89º81.82%51.76%-
XYZ8.8416.793.64-
YUV87.9991.8883.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 132 (51.95% from 255) = 72.53%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=14.29%
G=72.53%
B=13.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26132240.8000.820.48118.8969.2330.59
Hex1A8418500523077451f
Octal322043012001226016710537
Binary1101010000100110001010000010100101100001110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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