#1C1E0F

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

Shades of Green Waterloo #1C1E0F

Tints of Green Waterloo #1C1E0F

Color information

#1C1E0F (or 0x1C1E0F) is unknown color: approx Green Waterloo. HEX triplet: 1C, 1E and 0F. RGB value is (28,30,15). Sum of RGB (Red+Green+Blue) = 28+30+15=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E0F is #E3E1F0. Grayscale: #1B1B1B. Windows color (decimal): -14934513 or 990748. OLE color: 990748.

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

Color convert

RGB283015-
CMYK0.0700.50.88
HSL68º33.33%8.82%-
HSV(B)68º50%11.76%-
XYZ1.031.210.63-
YUV27.69120.84128.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=38.36%
G=41.10%
B=20.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2830150.0700.50.886833.338.82
Hex1C1EF70325844219
Octal34361770621301044111
Binary111001111011111110110010101100010001001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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