Html Css Color HEX #1B2001 Green Waterloo

📋 copy color: '#1B2001'

red 27 ◦ green 32 ◦ blue 1

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

Shades of Green Waterloo #1B2001

Tints of Green Waterloo #1B2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 53.33%

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

R = 45%
G = 53.33%
B = 1.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1B2001 (or 0x1B2001) is known color: Green Waterloo. HEX triplet: 1B, 20 and 01. RGB value is (27,32,1). Sum of RGB (Red+Green+Blue) = 27+32+1=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #1B2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2001 is #E4DFFE. Grayscale: #1B1B1B. Windows color (decimal): -14999551 or 73755. OLE color: 73755.

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

Color convert

RGB 27 32 1 -
CMYK 0.16 0 0.97 0.87
HSL 69.68º 0.94% 0.06% -
HSV(B) 69.68º 0.97% 0.13% -
XYZ 0.97 1.27 0.22 -
YUV 26.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 27 32 1 0.16 0 0.97 0.87 69.68 0.94 0.06
Hex 1B 20 1 10 0 61 57 46 5E 6
Octal 33 40 1 20 0 141 127 106 136 6
Binary 11011 100000 1 10000 0 1100001 1010111 1000110 1011110 110

Color Harmonies of #1B2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2001

Black with #1B2001

Text Example


Text Example

White with #1B2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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