#1A7004

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

Shades of Green #1A7004

Tints of Green #1A7004

Color information

#1A7004 (or 0x1A7004) is unknown color: approx Green. HEX triplet: 1A, 70 and 04. RGB value is (26,112,4). Sum of RGB (Red+Green+Blue) = 26+112+4=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7004 is #E58FFB. Grayscale: #4A4A4A. Windows color (decimal): -15044604 or 290842. OLE color: 290842.

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

Color convert

RGB261124-
CMYK0.7700.960.56
HSL107.78º93.1%22.75%-
HSV(B)107.78º96.43%43.92%-
XYZ6.2411.822.07-
YUV73.9788.5193.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 112 (44.14% from 255) = 78.87%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=18.31%
G=78.87%
B=2.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2611240.7700.960.56107.7893.122.75
Hex1A7044D060386c5d17
Octal32160411501407015413527
Binary1101011100001001001101011000001110001101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,4); }

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

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

 a { background-color: rgb(26,112,4); }

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

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

 span { border-color: rgb(26,112,4); }

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