Html Css Color HEX #1A1B13 Green Waterloo

📋 copy color: '#1A1B13'

red 26 ◦ green 27 ◦ blue 19

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

Shades of Green Waterloo #1A1B13

Tints of Green Waterloo #1A1B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.39%

R = 36.11%
G = 37.5%
B = 26.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1A1B13 (or 0x1A1B13) is known color: Green Waterloo. HEX triplet: 1A, 1B and 13. RGB value is (26,27,19). Sum of RGB (Red+Green+Blue) = 26+27+19=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B13 is #E5E4EC. Grayscale: #191919. Windows color (decimal): -15066349 or 1252122. OLE color: 1252122.

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

Color convert

RGB 26 27 19 -
CMYK 0.04 0 0.30 0.89
HSL 67.5º 0.17% 0.09% -
HSV(B) 67.5º 0.3% 0.11% -
XYZ 0.94 1.05 0.77 -
YUV 25.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 26 27 19 0.04 0 0.30 0.89 67.5 0.17 0.09
Hex 1A 1B 13 4 0 1E 59 44 11 9
Octal 32 33 23 4 0 36 131 104 21 11
Binary 11010 11011 10011 100 0 11110 1011001 1000100 10001 1001

Color Harmonies of #1A1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1B13

Black with #1A1B13

Text Example


Text Example

White with #1A1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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