Html Css Color HEX #212414 Green Waterloo

📋 copy color: '#212414'

red 33 ◦ green 36 ◦ blue 20

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

Shades of Green Waterloo #212414

Tints of Green Waterloo #212414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 37.08%
G = 40.45%
B = 22.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#212414 (or 0x212414) is known color: Green Waterloo. HEX triplet: 21, 24 and 14. RGB value is (33,36,20). Sum of RGB (Red+Green+Blue) = 33+36+20=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 36 - color contains mainly: green. Hex color #212414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212414 is #DEDBEB. Grayscale: #212121. Windows color (decimal): -14605292 or 1319969. OLE color: 1319969.

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

Color convert

RGB 33 36 20 -
CMYK 0.08 0 0.44 0.86
HSL 71.25º 0.29% 0.11% -
HSV(B) 71.25º 0.44% 0.14% -
XYZ 1.38 1.64 0.9 -
YUV 33.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 33 36 20 0.08 0 0.44 0.86 71.25 0.29 0.11
Hex 21 24 14 8 0 2C 56 47 1D B
Octal 41 44 24 10 0 54 126 107 35 13
Binary 100001 100100 10100 1000 0 101100 1010110 1000111 11101 1011

Color Harmonies of #212414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212414

Black with #212414

Text Example


Text Example

White with #212414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212414; }

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

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

background-color css

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

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

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

border-color css

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

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

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