#1B1C17

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

Shades of Green Waterloo #1B1C17

Tints of Green Waterloo #1B1C17

Color information

#1B1C17 (or 0x1B1C17) is unknown color: approx Green Waterloo. HEX triplet: 1B, 1C and 17. RGB value is (27,28,23). Sum of RGB (Red+Green+Blue) = 27+28+23=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C17 is #E4E3E8. Grayscale: #1B1B1B. Windows color (decimal): -15000553 or 1514523. OLE color: 1514523.

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

Color convert

RGB272823-
CMYK0.0400.180.89
HSL72º9.8%10%-
HSV(B)72º17.86%10.98%-
XYZ1.021.130.97-
YUV27.13125.67127.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=34.62%
G=35.90%
B=29.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2728230.0400.180.89729.810
Hex1B1C1740125948aa
Octal33342740221311101212
Binary1101111100101111000100101011001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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