Html Css Color HEX #212701 Green Waterloo

📋 copy color: '#212701'

red 33 ◦ green 39 ◦ blue 1

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

Shades of Green Waterloo #212701

Tints of Green Waterloo #212701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 53.42%

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

R = 45.21%
G = 53.42%
B = 1.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#212701 (or 0x212701) is known color: Green Waterloo. HEX triplet: 21, 27 and 01. RGB value is (33,39,1). Sum of RGB (Red+Green+Blue) = 33+39+1=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #212701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212701 is #DED8FE. Grayscale: #212121. Windows color (decimal): -14604543 or 75553. OLE color: 75553.

HSL color Cylindrical-coordinate representation of color #212701: hue angle of 69.47º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #212701 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 39 1 -
CMYK 0.15 0 0.97 0.85
HSL 69.47º 0.95% 0.08% -
HSV(B) 69.47º 0.97% 0.15% -
XYZ 1.36 1.78 0.3 -
YUV 32.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 33 39 1 0.15 0 0.97 0.85 69.47 0.95 0.08
Hex 21 27 1 F 0 61 55 45 5F 8
Octal 41 47 1 17 0 141 125 105 137 10
Binary 100001 100111 1 1111 0 1100001 1010101 1000101 1011111 1000

Color Harmonies of #212701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212701

Black with #212701

Text Example


Text Example

White with #212701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212701; }

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

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

background-color css

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

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

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

border-color css

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

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

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