Html Css Color HEX #212512 Green Waterloo

📋 copy color: '#212512'

red 33 ◦ green 37 ◦ blue 18

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

Shades of Green Waterloo #212512

Tints of Green Waterloo #212512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

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

R = 37.5%
G = 42.05%
B = 20.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#212512 (or 0x212512) is known color: Green Waterloo. HEX triplet: 21, 25 and 12. RGB value is (33,37,18). Sum of RGB (Red+Green+Blue) = 33+37+18=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #212512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212512 is #DEDAED. Grayscale: #212121. Windows color (decimal): -14605038 or 1189153. OLE color: 1189153.

HSL color Cylindrical-coordinate representation of color #212512: hue angle of 72.63º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212512 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 37 18 -
CMYK 0.11 0 0.51 0.85
HSL 72.63º 0.35% 0.11% -
HSV(B) 72.63º 0.51% 0.15% -
XYZ 1.4 1.69 0.82 -
YUV 33.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 33 37 18 0.11 0 0.51 0.85 72.63 0.35 0.11
Hex 21 25 12 B 0 33 55 49 23 B
Octal 41 45 22 13 0 63 125 111 43 13
Binary 100001 100101 10010 1011 0 110011 1010101 1001001 100011 1011

Color Harmonies of #212512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212512

Black with #212512

Text Example


Text Example

White with #212512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212512; }

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

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

background-color css

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

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

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

border-color css

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

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

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