Html Css Color HEX #212B01 Green Waterloo

📋 copy color: '#212B01'

red 33 ◦ green 43 ◦ blue 1

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

Shades of Green Waterloo #212B01

Tints of Green Waterloo #212B01

RGB

 RED value IS 33 (13.28% from 255) = 42.86%

 GREEN value IS 43 (17.19% from 255) = 55.84%

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

R = 42.86%
G = 55.84%
B = 1.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.83

RGB Variations

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

Color information

#212B01 (or 0x212B01) is known color: Green Waterloo. HEX triplet: 21, 2B and 01. RGB value is (33,43,1). Sum of RGB (Red+Green+Blue) = 33+43+1=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #212B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212B01 is #DED4FE. Grayscale: #232323. Windows color (decimal): -14603519 or 76577. OLE color: 76577.

HSL color Cylindrical-coordinate representation of color #212B01: hue angle of 74.29º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #212B01 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 43 1 -
CMYK 0.23 0 0.98 0.83
HSL 74.29º 0.95% 0.09% -
HSV(B) 74.29º 0.98% 0.17% -
XYZ 1.5 2.05 0.35 -
YUV 35.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 33 43 1 0.23 0 0.98 0.83 74.29 0.95 0.09
Hex 21 2B 1 17 0 62 53 4A 5F 9
Octal 41 53 1 27 0 142 123 112 137 11
Binary 100001 101011 1 10111 0 1100010 1010011 1001010 1011111 1001

Color Harmonies of #212B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B01

Black with #212B01

Text Example


Text Example

White with #212B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212B01; }

 p { color: rgb(33,43,1); }

 H1.HeaderClassName
 {
   color: #212B01;
 }
 .AnyTagClassName
 {
   color: #212B01;
 }
</style>

background-color css

<style>
 a { background-color: #212B01; }

 a { background-color: rgb(33,43,1); }

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

border-color css

<style>
 span { border-color: #212B01; }

 span { border-color: rgb(33,43,1); }

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