#1A880E

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

Shades of Forest Green #1A880E

Tints of Forest Green #1A880E

Color information

#1A880E (or 0x1A880E) is unknown color: approx Forest Green. HEX triplet: 1A, 88 and 0E. RGB value is (26,136,14). Sum of RGB (Red+Green+Blue) = 26+136+14=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 136 (53.52% from 255 or 77.27% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 136 - color contains mainly: green. Hex color #1A880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A880E is #E577F1. Grayscale: #595959. Windows color (decimal): -15038450 or 952346. OLE color: 952346.

HSL color Cylindrical-coordinate representation of color #1A880E: hue angle of 114.1º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A880E is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB2613614-
CMYK0.8100.900.47
HSL114.1º81.33%29.41%-
HSV(B)114.1º89.71%53.33%-
XYZ9.3117.863.37-
YUV89.285.5682.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 136 (53.52% from 255) = 77.27%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=14.77%
G=77.27%
B=7.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26136140.8100.900.47114.181.3329.41
Hex1A88E5105A2F72511d
Octal322101612101325716212135
Binary110101000100011101010001010110101011111110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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