#1B2000

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

Shades of Green Waterloo #1B2000

Tints of Green Waterloo #1B2000

Color information

#1B2000 (or 0x1B2000) is unknown color: approx Green Waterloo. HEX triplet: 1B, 20 and 00. RGB value is (27,32,0). Sum of RGB (Red+Green+Blue) = 27+32+0=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #1B2000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2000 is #E4DFFF. Grayscale: #1A1A1A. Windows color (decimal): -14999552 or 8219. OLE color: 8219.

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

Color convert

RGB27320-
CMYK0.16010.87
HSL69.38º100%6.27%-
HSV(B)69.38º100%12.55%-
XYZ0.971.270.19-
YUV26.86112.84128.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.76%
G=54.24%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal273200.16010.8769.381006.27
Hex1B200100645745646
Octal334002001441271051446
Binary1101110000001000001100100101011110001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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