Html Css Color HEX #202401 Green Waterloo

📋 copy color: '#202401'

red 32 ◦ green 36 ◦ blue 1

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

Shades of Green Waterloo #202401

Tints of Green Waterloo #202401

RGB

 RED value IS 32 (12.89% from 255) = 46.38%

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

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

R = 46.38%
G = 52.17%
B = 1.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#202401 (or 0x202401) is known color: Green Waterloo. HEX triplet: 20, 24 and 01. RGB value is (32,36,1). Sum of RGB (Red+Green+Blue) = 32+36+1=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #202401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202401 is #DFDBFE. Grayscale: #1E1E1E. Windows color (decimal): -14670847 or 74784. OLE color: 74784.

HSL color Cylindrical-coordinate representation of color #202401: hue angle of 66.86º 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 #202401 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 36 1 -
CMYK 0.11 0 0.97 0.86
HSL 66.86º 0.95% 0.07% -
HSV(B) 66.86º 0.97% 0.14% -
XYZ 1.23 1.57 0.27 -
YUV 30.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 32 36 1 0.11 0 0.97 0.86 66.86 0.95 0.07
Hex 20 24 1 B 0 61 56 43 5F 7
Octal 40 44 1 13 0 141 126 103 137 7
Binary 100000 100100 1 1011 0 1100001 1010110 1000011 1011111 111

Color Harmonies of #202401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202401

Black with #202401

Text Example


Text Example

White with #202401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202401; }

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

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

background-color css

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

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

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

border-color css

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

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

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