#1A920E

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

Shades of Forest Green #1A920E

Tints of Forest Green #1A920E

Color information

#1A920E (or 0x1A920E) is unknown color: approx Forest Green. HEX triplet: 1A, 92 and 0E. RGB value is (26,146,14). Sum of RGB (Red+Green+Blue) = 26+146+14=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 146 (57.42% from 255 or 78.49% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 146 - color contains mainly: green. Hex color #1A920E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A920E is #E56DF1. Grayscale: #5F5F5F. Windows color (decimal): -15035890 or 954906. OLE color: 954906.

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

Color convert

RGB2614614-
CMYK0.8200.900.43
HSL114.55º82.5%31.37%-
HSV(B)114.55º90.41%57.25%-
XYZ10.7820.813.86-
YUV95.0782.2478.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 146 (57.42% from 255) = 78.49%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=13.98%
G=78.49%
B=7.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146140.8200.900.43114.5582.531.37
Hex1A92E5205A2B73521f
Octal322221612201325316312237
Binary110101001001011101010010010110101010111110011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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