#1A1D07

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

Shades of Green Waterloo #1A1D07

Tints of Green Waterloo #1A1D07

Color information

#1A1D07 (or 0x1A1D07) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1D and 07. RGB value is (26,29,7). Sum of RGB (Red+Green+Blue) = 26+29+7=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D07 is #E5E2F8. Grayscale: #191919. Windows color (decimal): -15065849 or 466202. OLE color: 466202.

HSL color Cylindrical-coordinate representation of color #1A1D07: hue angle of 68.18º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1D07 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB26297-
CMYK0.1000.760.89
HSL68.18º61.11%7.06%-
HSV(B)68.18º75.86%11.37%-
XYZ0.91.110.37-
YUV25.6117.51128.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 29 (11.72% from 255) = 46.77%
BLUE value IS 7 (3.12% from 255) = 11.29%
R=41.94%
G=46.77%
B=11.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal262970.1000.760.8968.1861.117.06
Hex1A1D7A04C59443d7
Octal32357120114131104757
Binary110101110111110100100110010110011000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,7); }

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

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

 a { background-color: rgb(26,29,7); }

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

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

 span { border-color: rgb(26,29,7); }

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