Html Css Color HEX #1B1C16 Green Waterloo

📋 copy color: '#1B1C16'

red 27 ◦ green 28 ◦ blue 22

#1B1C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #1B1C16

Tints of Green Waterloo #1B1C16

RGB

 RED value IS 27 (10.94% from 255) = 35.06%

 GREEN value IS 28 (11.33% from 255) = 36.36%

 BLUE value IS 22 (8.98% from 255) = 28.57%

R = 35.06%
G = 36.36%
B = 28.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1B1C16 (or 0x1B1C16) is known color: Green Waterloo. HEX triplet: 1B, 1C and 16. RGB value is (27,28,22). Sum of RGB (Red+Green+Blue) = 27+28+22=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C16 is #E4E3E9. Grayscale: #1B1B1B. Windows color (decimal): -15000554 or 1448987. OLE color: 1448987.

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

Color convert

RGB 27 28 22 -
CMYK 0.04 0 0.21 0.89
HSL 70º 0.12% 0.1% -
HSV(B) 70º 0.21% 0.11% -
XYZ 1.01 1.12 0.92 -
YUV 27.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 27 28 22 0.04 0 0.21 0.89 70 0.12 0.1
Hex 1B 1C 16 4 0 15 59 46 C A
Octal 33 34 26 4 0 25 131 106 14 12
Binary 11011 11100 10110 100 0 10101 1011001 1000110 1100 1010

Color Harmonies of #1B1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1C16

Black with #1B1C16

Text Example


Text Example

White with #1B1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B1C16;
 }
 .AnyTagClassName
 {
   color: #1B1C16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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