#1B2001

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

Shades of Green Waterloo #1B2001

Tints of Green Waterloo #1B2001

Color information

#1B2001 (or 0x1B2001) is unknown color: approx Green Waterloo. HEX triplet: 1B, 20 and 01. RGB value is (27,32,1). Sum of RGB (Red+Green+Blue) = 27+32+1=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #1B2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2001 is #E4DFFE. Grayscale: #1B1B1B. Windows color (decimal): -14999551 or 73755. OLE color: 73755.

HSL color Cylindrical-coordinate representation of color #1B2001: hue angle of 69.68º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B2001 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB27321-
CMYK0.1600.970.87
HSL69.68º93.94%6.47%-
HSV(B)69.68º96.88%12.55%-
XYZ0.971.270.22-
YUV26.97113.34128.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=45%
G=53.33%
B=1.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal273210.1600.970.8769.6893.946.47
Hex1B2011006157465e6
Octal334012001411271061366
Binary1101110000011000001100001101011110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,1); }

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

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

 a { background-color: rgb(27,32,1); }

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

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

 span { border-color: rgb(27,32,1); }

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