Html Css Color HEX #1A1B11 Green Waterloo

📋 copy color: '#1A1B11'

red 26 ◦ green 27 ◦ blue 17

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

Shades of Green Waterloo #1A1B11

Tints of Green Waterloo #1A1B11

RGB

 RED value IS 26 (10.55% from 255) = 37.14%

 GREEN value IS 27 (10.94% from 255) = 38.57%

 BLUE value IS 17 (7.03% from 255) = 24.29%

R = 37.14%
G = 38.57%
B = 24.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#1A1B11 (or 0x1A1B11) is known color: Green Waterloo. HEX triplet: 1A, 1B and 11. RGB value is (26,27,17). Sum of RGB (Red+Green+Blue) = 26+27+17=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B11 is #E5E4EE. Grayscale: #191919. Windows color (decimal): -15066351 or 1121050. OLE color: 1121050.

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

Color convert

RGB 26 27 17 -
CMYK 0.04 0 0.37 0.89
HSL 66º 0.23% 0.09% -
HSV(B) 66º 0.37% 0.11% -
XYZ 0.92 1.04 0.68 -
YUV 25.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 26 27 17 0.04 0 0.37 0.89 66 0.23 0.09
Hex 1A 1B 11 4 0 25 59 42 17 9
Octal 32 33 21 4 0 45 131 102 27 11
Binary 11010 11011 10001 100 0 100101 1011001 1000010 10111 1001

Color Harmonies of #1A1B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1B11

Black with #1A1B11

Text Example


Text Example

White with #1A1B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,27,17); }

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

background-color css

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

 a { background-color: rgb(26,27,17); }

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

border-color css

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

 span { border-color: rgb(26,27,17); }

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