Html Css Color HEX #1B2201 Green Waterloo

📋 copy color: '#1B2201'

red 27 ◦ green 34 ◦ blue 1

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

Shades of Green Waterloo #1B2201

Tints of Green Waterloo #1B2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 54.84%

 BLUE value IS 1 (0.78% from 255) = 1.61%

R = 43.55%
G = 54.84%
B = 1.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1B2201 (or 0x1B2201) is known color: Green Waterloo. HEX triplet: 1B, 22 and 01. RGB value is (27,34,1). Sum of RGB (Red+Green+Blue) = 27+34+1=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #1B2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2201 is #E4DDFE. Grayscale: #1C1C1C. Windows color (decimal): -14999039 or 74267. OLE color: 74267.

HSL color Cylindrical-coordinate representation of color #1B2201: hue angle of 72.73º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B2201 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 34 1 -
CMYK 0.21 0 0.97 0.87
HSL 72.73º 0.94% 0.07% -
HSV(B) 72.73º 0.97% 0.13% -
XYZ 1.03 1.38 0.24 -
YUV 28.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 27 34 1 0.21 0 0.97 0.87 72.73 0.94 0.07
Hex 1B 22 1 15 0 61 57 49 5E 7
Octal 33 42 1 25 0 141 127 111 136 7
Binary 11011 100010 1 10101 0 1100001 1010111 1001001 1011110 111

Color Harmonies of #1B2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2201

Black with #1B2201

Text Example


Text Example

White with #1B2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,34,1); }

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

background-color css

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

 a { background-color: rgb(27,34,1); }

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

border-color css

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

 span { border-color: rgb(27,34,1); }

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