#1A930C

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

Shades of Forest Green #1A930C

Tints of Forest Green #1A930C

Color information

#1A930C (or 0x1A930C) is unknown color: approx Forest Green. HEX triplet: 1A, 93 and 0C. RGB value is (26,147,12). Sum of RGB (Red+Green+Blue) = 26+147+12=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 147 (57.81% from 255 or 79.46% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 147 - color contains mainly: green. Hex color #1A930C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A930C is #E56CF3. Grayscale: #5F5F5F. Windows color (decimal): -15035636 or 824090. OLE color: 824090.

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

Color convert

RGB2614712-
CMYK0.8200.920.42
HSL113.78º84.91%31.18%-
HSV(B)113.78º91.84%57.65%-
XYZ10.9321.113.85-
YUV95.4380.9178.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 147 (57.81% from 255) = 79.46%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=14.05%
G=79.46%
B=6.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147120.8200.920.42113.7884.9131.18
Hex1A93C5205C2A72551f
Octal322231412201345216212537
Binary110101001001111001010010010111001010101110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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