Html Css Color HEX #212215 Green Waterloo

📋 copy color: '#212215'

red 33 ◦ green 34 ◦ blue 21

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

Shades of Green Waterloo #212215

Tints of Green Waterloo #212215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.64%

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 37.5%
G = 38.64%
B = 23.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#212215 (or 0x212215) is known color: Green Waterloo. HEX triplet: 21, 22 and 15. RGB value is (33,34,21). Sum of RGB (Red+Green+Blue) = 33+34+21=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 34 - color contains mainly: green. Hex color #212215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212215 is #DEDDEA. Grayscale: #202020. Windows color (decimal): -14605803 or 1384993. OLE color: 1384993.

HSL color Cylindrical-coordinate representation of color #212215: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #212215 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 34 21 -
CMYK 0.03 0 0.38 0.87
HSL 64.62º 0.24% 0.11% -
HSV(B) 64.62º 0.38% 0.13% -
XYZ 1.33 1.52 0.93 -
YUV 32.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 33 34 21 0.03 0 0.38 0.87 64.62 0.24 0.11
Hex 21 22 15 3 0 26 57 41 18 B
Octal 41 42 25 3 0 46 127 101 30 13
Binary 100001 100010 10101 11 0 100110 1010111 1000001 11000 1011

Color Harmonies of #212215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212215

Black with #212215

Text Example


Text Example

White with #212215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212215; }

 p { color: rgb(33,34,21); }

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

background-color css

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

 a { background-color: rgb(33,34,21); }

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

border-color css

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

 span { border-color: rgb(33,34,21); }

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