#1A9318

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

Shades of Forest Green #1A9318

Tints of Forest Green #1A9318

Color information

#1A9318 (or 0x1A9318) is unknown color: approx Forest Green. HEX triplet: 1A, 93 and 18. RGB value is (26,147,24). Sum of RGB (Red+Green+Blue) = 26+147+24=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9318 is #E56CE7. Grayscale: #616161. Windows color (decimal): -15035624 or 1610522. OLE color: 1610522.

HSL color Cylindrical-coordinate representation of color #1A9318: hue angle of 119.02º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9318 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB2614724-
CMYK0.8200.840.42
HSL119.02º71.93%33.53%-
HSV(B)119.02º83.67%57.65%-
XYZ11.0221.154.37-
YUV96.886.9177.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 147 (57.81% from 255) = 74.62%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=13.20%
G=74.62%
B=12.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147240.8200.840.42119.0271.9333.53
Hex1A9318520542A774822
Octal322233012201245216711042
Binary11010100100111100010100100101010010101011101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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