#1A6605

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

Shades of Green #1A6605

Tints of Green #1A6605

Color information

#1A6605 (or 0x1A6605) is unknown color: approx Green. HEX triplet: 1A, 66 and 05. RGB value is (26,102,5). Sum of RGB (Red+Green+Blue) = 26+102+5=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6605 is #E599FA. Grayscale: #444444. Windows color (decimal): -15047163 or 353818. OLE color: 353818.

HSL color Cylindrical-coordinate representation of color #1A6605: hue angle of 107.01º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A6605 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB261025-
CMYK0.7500.950.6
HSL107.01º90.65%20.98%-
HSV(B)107.01º95.1%40%-
XYZ5.29.731.75-
YUV68.2292.3297.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 102 (40.23% from 255) = 76.69%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=19.55%
G=76.69%
B=3.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2610250.7500.950.6107.0190.6520.98
Hex1A6654B05F3C6b5b15
Octal32146511301377415313325
Binary1101011001101011001011010111111111001101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,102,5); }

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

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

 a { background-color: rgb(26,102,5); }

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

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

 span { border-color: rgb(26,102,5); }

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