#1B2300

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

Shades of Green Waterloo #1B2300

Tints of Green Waterloo #1B2300

Color information

#1B2300 (or 0x1B2300) is unknown color: approx Green Waterloo. HEX triplet: 1B, 23 and 00. RGB value is (27,35,0). Sum of RGB (Red+Green+Blue) = 27+35+0=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2300 is #E4DCFF. Grayscale: #1C1C1C. Windows color (decimal): -14998784 or 8987. OLE color: 8987.

HSL color Cylindrical-coordinate representation of color #1B2300: hue angle of 73.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB27350-
CMYK0.23010.86
HSL73.71º100%6.86%-
HSV(B)73.71º100%13.73%-
XYZ1.051.440.22-
YUV28.62111.85126.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 43.55%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.55%
G=56.45%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal273500.23010.8673.711006.86
Hex1B23017064564a647
Octal334302701441261121447
Binary1101110001101011101100100101011010010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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