#1C1E0D

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

Shades of Green Waterloo #1C1E0D

Tints of Green Waterloo #1C1E0D

Color information

#1C1E0D (or 0x1C1E0D) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1E and 0D. RGB value is (28,30,13). Sum of RGB (Red+Green+Blue) = 28+30+13=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E0D is #E3E1F2. Grayscale: #1B1B1B. Windows color (decimal): -14934515 or 859676. OLE color: 859676.

HSL color Cylindrical-coordinate representation of color #1C1E0D: hue angle of 67.06º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C1E0D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB283013-
CMYK0.0700.570.88
HSL67.06º39.53%8.43%-
HSV(B)67.06º56.67%11.76%-
XYZ1.021.20.56-
YUV27.46119.84128.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=39.44%
G=42.25%
B=18.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2830130.0700.570.8867.0639.538.43
Hex1C1ED70395843288
Octal34361570711301035010
Binary111001111011011110111001101100010000111010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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