#1B1E10

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

Shades of Green Waterloo #1B1E10

Tints of Green Waterloo #1B1E10

Color information

#1B1E10 (or 0x1B1E10) is unknown color: approx Green Waterloo. HEX triplet: 1B, 1E and 10. RGB value is (27,30,16). Sum of RGB (Red+Green+Blue) = 27+30+16=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E10 is #E4E1EF. Grayscale: #1B1B1B. Windows color (decimal): -15000048 or 1056283. OLE color: 1056283.

HSL color Cylindrical-coordinate representation of color #1B1E10: hue angle of 72.86º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B1E10 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB273016-
CMYK0.1000.470.88
HSL72.86º30.43%9.02%-
HSV(B)72.86º46.67%11.76%-
XYZ1.011.20.67-
YUV27.51121.51127.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 30 (12.11% from 255) = 41.10%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=36.99%
G=41.10%
B=21.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2730160.1000.470.8872.8630.439.02
Hex1B1E10A02F58491e9
Octal333620120571301113611
Binary1101111110100001010010111110110001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,30,16); }

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

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

 a { background-color: rgb(27,30,16); }

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

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

 span { border-color: rgb(27,30,16); }

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