#1C1E08

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

Shades of Green Waterloo #1C1E08

Tints of Green Waterloo #1C1E08

Color information

#1C1E08 (or 0x1C1E08) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1E and 08. RGB value is (28,30,8). Sum of RGB (Red+Green+Blue) = 28+30+8=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E08 is #E3E1F7. Grayscale: #1A1A1A. Windows color (decimal): -14934520 or 531996. OLE color: 531996.

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

Color convert

RGB28308-
CMYK0.0700.730.88
HSL65.45º57.89%7.45%-
HSV(B)65.45º73.33%11.76%-
XYZ0.991.190.41-
YUV26.89117.34128.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=42.42%
G=45.45%
B=12.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal283080.0700.730.8865.4557.897.45
Hex1C1E8704958413a7
Octal34361070111130101727
Binary111001111010001110100100110110001000001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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