Html Css Color HEX #1A1D0B Green Waterloo

📋 copy color: '#1A1D0B'

red 26 ◦ green 29 ◦ blue 11

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

Shades of Green Waterloo #1A1D0B

Tints of Green Waterloo #1A1D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 43.94%

 BLUE value IS 11 (4.69% from 255) = 16.67%

R = 39.39%
G = 43.94%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1A1D0B (or 0x1A1D0B) is known color: Green Waterloo. HEX triplet: 1A, 1D and 0B. RGB value is (26,29,11). Sum of RGB (Red+Green+Blue) = 26+29+11=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D0B is #E5E2F4. Grayscale: #1A1A1A. Windows color (decimal): -15065845 or 728346. OLE color: 728346.

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

Color convert

RGB 26 29 11 -
CMYK 0.10 0 0.62 0.89
HSL 70º 0.45% 0.08% -
HSV(B) 70º 0.62% 0.11% -
XYZ 0.93 1.12 0.48 -
YUV 26.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 26 29 11 0.10 0 0.62 0.89 70 0.45 0.08
Hex 1A 1D B A 0 3E 59 46 2D 8
Octal 32 35 13 12 0 76 131 106 55 10
Binary 11010 11101 1011 1010 0 111110 1011001 1000110 101101 1000

Color Harmonies of #1A1D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1D0B

Black with #1A1D0B

Text Example


Text Example

White with #1A1D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,29,11); }

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

background-color css

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

 a { background-color: rgb(26,29,11); }

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

border-color css

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

 span { border-color: rgb(26,29,11); }

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