#1A7400

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

Shades of Green #1A7400

Tints of Green #1A7400

Color information

#1A7400 (or 0x1A7400) is unknown color: approx Green. HEX triplet: 1A, 74 and 00. RGB value is (26,116,0). Sum of RGB (Red+Green+Blue) = 26+116+0=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7400 is #E58BFF. Grayscale: #4C4C4C. Windows color (decimal): -15043584 or 29722. OLE color: 29722.

HSL color Cylindrical-coordinate representation of color #1A7400: hue angle of 106.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A7400 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB261160-
CMYK0.78010.55
HSL106.55º100%22.75%-
HSV(B)106.55º100%45.49%-
XYZ6.6712.712.1-
YUV75.8785.1892.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 116 (45.70% from 255) = 81.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.31%
G=81.69%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2611600.78010.55106.5510022.75
Hex1A7404E064376b6417
Octal32164011601446715314427
Binary11010111010001001110011001001101111101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,0); }

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

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

 a { background-color: rgb(26,116,0); }

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

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

 span { border-color: rgb(26,116,0); }

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