#1A931C

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

Shades of Forest Green #1A931C

Tints of Forest Green #1A931C

Color information

#1A931C (or 0x1A931C) is unknown color: approx Forest Green. HEX triplet: 1A, 93 and 1C. RGB value is (26,147,28). Sum of RGB (Red+Green+Blue) = 26+147+28=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #1A931C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A931C is #E56CE3. Grayscale: #616161. Windows color (decimal): -15035620 or 1872666. OLE color: 1872666.

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

Color convert

RGB2614728-
CMYK0.8200.810.42
HSL120.99º69.94%33.92%-
HSV(B)120.99º82.31%57.65%-
XYZ11.0721.174.6-
YUV97.2688.9177.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 147 (57.81% from 255) = 73.13%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=12.94%
G=73.13%
B=13.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147280.8200.810.42120.9969.9433.92
Hex1A931C520512A794622
Octal322233412201215217110642
Binary11010100100111110010100100101000110101011110011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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