Html Css Color HEX #212401 Green Waterloo

📋 copy color: '#212401'

red 33 ◦ green 36 ◦ blue 1

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

Shades of Green Waterloo #212401

Tints of Green Waterloo #212401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 51.43%

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

R = 47.14%
G = 51.43%
B = 1.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#212401 (or 0x212401) is known color: Green Waterloo. HEX triplet: 21, 24 and 01. RGB value is (33,36,1). Sum of RGB (Red+Green+Blue) = 33+36+1=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #212401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212401 is #DEDBFE. Grayscale: #1F1F1F. Windows color (decimal): -14605311 or 74785. OLE color: 74785.

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

Color convert

RGB 33 36 1 -
CMYK 0.08 0 0.97 0.86
HSL 65.14º 0.95% 0.07% -
HSV(B) 65.14º 0.97% 0.14% -
XYZ 1.26 1.59 0.27 -
YUV 31.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 33 36 1 0.08 0 0.97 0.86 65.14 0.95 0.07
Hex 21 24 1 8 0 61 56 41 5F 7
Octal 41 44 1 10 0 141 126 101 137 7
Binary 100001 100100 1 1000 0 1100001 1010110 1000001 1011111 111

Color Harmonies of #212401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212401

Black with #212401

Text Example


Text Example

White with #212401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212401; }

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

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

background-color css

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

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

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

border-color css

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

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

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