Html Css Color HEX #212312 Green Waterloo

📋 copy color: '#212312'

red 33 ◦ green 35 ◦ blue 18

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

Shades of Green Waterloo #212312

Tints of Green Waterloo #212312

RGB

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

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

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

R = 38.37%
G = 40.7%
B = 20.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#212312 (or 0x212312) is known color: Green Waterloo. HEX triplet: 21, 23 and 12. RGB value is (33,35,18). Sum of RGB (Red+Green+Blue) = 33+35+18=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #212312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212312 is #DEDCED. Grayscale: #202020. Windows color (decimal): -14605550 or 1188641. OLE color: 1188641.

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

Color convert

RGB 33 35 18 -
CMYK 0.06 0 0.49 0.86
HSL 67.06º 0.32% 0.1% -
HSV(B) 67.06º 0.49% 0.14% -
XYZ 1.34 1.57 0.8 -
YUV 32.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 33 35 18 0.06 0 0.49 0.86 67.06 0.32 0.1
Hex 21 23 12 6 0 31 56 43 20 A
Octal 41 43 22 6 0 61 126 103 40 12
Binary 100001 100011 10010 110 0 110001 1010110 1000011 100000 1010

Color Harmonies of #212312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212312

Black with #212312

Text Example


Text Example

White with #212312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212312; }

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

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

background-color css

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

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

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

border-color css

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

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

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