Html Css Color HEX #212314 Green Waterloo

📋 copy color: '#212314'

red 33 ◦ green 35 ◦ blue 20

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

Shades of Green Waterloo #212314

Tints of Green Waterloo #212314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.77%

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

R = 37.5%
G = 39.77%
B = 22.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#212314 (or 0x212314) is known color: Green Waterloo. HEX triplet: 21, 23 and 14. RGB value is (33,35,20). Sum of RGB (Red+Green+Blue) = 33+35+20=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #212314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212314 is #DEDCEB. Grayscale: #202020. Windows color (decimal): -14605548 or 1319713. OLE color: 1319713.

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

Color convert

RGB 33 35 20 -
CMYK 0.06 0 0.43 0.86
HSL 68º 0.27% 0.11% -
HSV(B) 68º 0.43% 0.14% -
XYZ 1.35 1.58 0.89 -
YUV 32.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 33 35 20 0.06 0 0.43 0.86 68 0.27 0.11
Hex 21 23 14 6 0 2B 56 44 1B B
Octal 41 43 24 6 0 53 126 104 33 13
Binary 100001 100011 10100 110 0 101011 1010110 1000100 11011 1011

Color Harmonies of #212314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212314

Black with #212314

Text Example


Text Example

White with #212314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212314; }

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

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

background-color css

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

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

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

border-color css

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

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

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