#1A9217

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

Shades of Forest Green #1A9217

Tints of Forest Green #1A9217

Color information

#1A9217 (or 0x1A9217) is unknown color: approx Forest Green. HEX triplet: 1A, 92 and 17. RGB value is (26,146,23). Sum of RGB (Red+Green+Blue) = 26+146+23=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9217 is #E56DE8. Grayscale: #606060. Windows color (decimal): -15035881 or 1544730. OLE color: 1544730.

HSL color Cylindrical-coordinate representation of color #1A9217: hue angle of 118.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9217 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB2614623-
CMYK0.8200.840.43
HSL118.54º72.78%33.14%-
HSV(B)118.54º84.25%57.25%-
XYZ10.8620.844.26-
YUV96.186.7478-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 146 (57.42% from 255) = 74.87%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=13.33%
G=74.87%
B=11.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146230.8200.840.43118.5472.7833.14
Hex1A9217520542B774921
Octal322222712201245316711141
Binary11010100100101011110100100101010010101111101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,23); }

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

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

 a { background-color: rgb(26,146,23); }

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

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

 span { border-color: rgb(26,146,23); }

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