#1B1C15

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

Shades of Green Waterloo #1B1C15

Tints of Green Waterloo #1B1C15

Color information

#1B1C15 (or 0x1B1C15) is unknown color: approx Green Waterloo. HEX triplet: 1B, 1C and 15. RGB value is (27,28,21). Sum of RGB (Red+Green+Blue) = 27+28+21=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C15 is #E4E3EA. Grayscale: #1A1A1A. Windows color (decimal): -15000555 or 1383451. OLE color: 1383451.

HSL color Cylindrical-coordinate representation of color #1B1C15: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1B1C15 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB272821-
CMYK0.0400.250.89
HSL68.57º14.29%9.61%-
HSV(B)68.57º25%10.98%-
XYZ11.120.87-
YUV26.9124.67128.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=35.53%
G=36.84%
B=27.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2728210.0400.250.8968.5714.299.61
Hex1B1C1540195945ea
Octal33342540311311051612
Binary1101111100101011000110011011001100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,28,21); }

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

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

 a { background-color: rgb(27,28,21); }

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

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

 span { border-color: rgb(27,28,21); }

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