Html Css Color HEX #202412 Green Waterloo

📋 copy color: '#202412'

red 32 ◦ green 36 ◦ blue 18

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

Shades of Green Waterloo #202412

Tints of Green Waterloo #202412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.93%

R = 37.21%
G = 41.86%
B = 20.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#202412 (or 0x202412) is known color: Green Waterloo. HEX triplet: 20, 24 and 12. RGB value is (32,36,18). Sum of RGB (Red+Green+Blue) = 32+36+18=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #202412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202412 is #DFDBED. Grayscale: #202020. Windows color (decimal): -14670830 or 1188896. OLE color: 1188896.

HSL color Cylindrical-coordinate representation of color #202412: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #202412 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 36 18 -
CMYK 0.11 0 0.5 0.86
HSL 73.33º 0.33% 0.11% -
HSV(B) 73.33º 0.5% 0.14% -
XYZ 1.34 1.61 0.81 -
YUV 32.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 32 36 18 0.11 0 0.5 0.86 73.33 0.33 0.11
Hex 20 24 12 B 0 32 56 49 21 B
Octal 40 44 22 13 0 62 126 111 41 13
Binary 100000 100100 10010 1011 0 110010 1010110 1001001 100001 1011

Color Harmonies of #202412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202412

Black with #202412

Text Example


Text Example

White with #202412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202412; }

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

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

background-color css

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

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

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

border-color css

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

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

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