#1C1F0E

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

Shades of Green Waterloo #1C1F0E

Tints of Green Waterloo #1C1F0E

Color information

#1C1F0E (or 0x1C1F0E) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1F and 0E. RGB value is (28,31,14). Sum of RGB (Red+Green+Blue) = 28+31+14=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F0E is #E3E0F1. Grayscale: #1C1C1C. Windows color (decimal): -14934258 or 925468. OLE color: 925468.

HSL color Cylindrical-coordinate representation of color #1C1F0E: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C1F0E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB283114-
CMYK0.1000.550.88
HSL70.59º37.78%8.82%-
HSV(B)70.59º54.84%12.16%-
XYZ1.051.260.6-
YUV28.16120.01127.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 31 (12.5% from 255) = 42.47%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=38.36%
G=42.47%
B=19.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2831140.1000.550.8870.5937.788.82
Hex1C1FEA0375847269
Octal343716120671301074611
Binary1110011111111010100110111101100010001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,31,14); }

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

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

 a { background-color: rgb(28,31,14); }

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

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

 span { border-color: rgb(28,31,14); }

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