#1A1C0D

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

Shades of Green Waterloo #1A1C0D

Tints of Green Waterloo #1A1C0D

Color information

#1A1C0D (or 0x1A1C0D) is unknown color: approx Green Waterloo. HEX triplet: 1A, 1C and 0D. RGB value is (26,28,13). Sum of RGB (Red+Green+Blue) = 26+28+13=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C0D is #E5E3F2. Grayscale: #191919. Windows color (decimal): -15066099 or 859162. OLE color: 859162.

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

Color convert

RGB262813-
CMYK0.0700.540.89
HSL68º36.59%8.04%-
HSV(B)68º53.57%10.98%-
XYZ0.911.080.54-
YUV25.69120.84128.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.81%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=38.81%
G=41.79%
B=19.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2628130.0700.540.896836.598.04
Hex1A1CD70365944258
Octal32341570661311044510
Binary110101110011011110110110101100110001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,28,13); }

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

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

 a { background-color: rgb(26,28,13); }

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

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

 span { border-color: rgb(26,28,13); }

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