#1A710E

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

Shades of Green #1A710E

Tints of Green #1A710E

Color information

#1A710E (or 0x1A710E) is unknown color: approx Green. HEX triplet: 1A, 71 and 0E. RGB value is (26,113,14). Sum of RGB (Red+Green+Blue) = 26+113+14=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #1A710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A710E is #E58EF1. Grayscale: #4C4C4C. Windows color (decimal): -15044338 or 946458. OLE color: 946458.

HSL color Cylindrical-coordinate representation of color #1A710E: hue angle of 112.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A710E is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB2611314-
CMYK0.7700.880.56
HSL112.73º77.95%24.9%-
HSV(B)112.73º87.61%44.31%-
XYZ6.4112.062.41-
YUV75.793.1892.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 113 (44.53% from 255) = 73.86%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=16.99%
G=73.86%
B=9.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113140.7700.880.56112.7377.9524.9
Hex1A71E4D05838714e19
Octal321611611501307016111631
Binary11010111000111101001101010110001110001110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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