Html Css Color HEX #1B1D11 Green Waterloo

📋 copy color: '#1B1D11'

red 27 ◦ green 29 ◦ blue 17

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

Shades of Green Waterloo #1B1D11

Tints of Green Waterloo #1B1D11

RGB

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

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

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

R = 36.99%
G = 39.73%
B = 23.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#1B1D11 (or 0x1B1D11) is known color: Green Waterloo. HEX triplet: 1B, 1D and 11. RGB value is (27,29,17). Sum of RGB (Red+Green+Blue) = 27+29+17=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D11 is #E4E2EE. Grayscale: #1B1B1B. Windows color (decimal): -15000303 or 1121563. OLE color: 1121563.

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

Color convert

RGB 27 29 17 -
CMYK 0.07 0 0.41 0.89
HSL 70º 0.26% 0.09% -
HSV(B) 70º 0.41% 0.11% -
XYZ 0.99 1.15 0.7 -
YUV 27.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 27 29 17 0.07 0 0.41 0.89 70 0.26 0.09
Hex 1B 1D 11 7 0 29 59 46 1A 9
Octal 33 35 21 7 0 51 131 106 32 11
Binary 11011 11101 10001 111 0 101001 1011001 1000110 11010 1001

Color Harmonies of #1B1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1D11

Black with #1B1D11

Text Example


Text Example

White with #1B1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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