Html Css Color HEX #1A1B14 Green Waterloo

📋 copy color: '#1A1B14'

red 26 ◦ green 27 ◦ blue 20

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

Shades of Green Waterloo #1A1B14

Tints of Green Waterloo #1A1B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 35.62%
G = 36.99%
B = 27.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#1A1B14 (or 0x1A1B14) is known color: Green Waterloo. HEX triplet: 1A, 1B and 14. RGB value is (26,27,20). Sum of RGB (Red+Green+Blue) = 26+27+20=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B14 is #E5E4EB. Grayscale: #191919. Windows color (decimal): -15066348 or 1317658. OLE color: 1317658.

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

Color convert

RGB 26 27 20 -
CMYK 0.04 0 0.26 0.89
HSL 68.57º 0.15% 0.09% -
HSV(B) 68.57º 0.26% 0.11% -
XYZ 0.94 1.05 0.82 -
YUV 25.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 26 27 20 0.04 0 0.26 0.89 68.57 0.15 0.09
Hex 1A 1B 14 4 0 1A 59 45 F 9
Octal 32 33 24 4 0 32 131 105 17 11
Binary 11010 11011 10100 100 0 11010 1011001 1000101 1111 1001

Color Harmonies of #1A1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1B14

Black with #1A1B14

Text Example


Text Example

White with #1A1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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