#212415

Color #212415 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #212415

Tints of Green Waterloo #212415

Color information

#212415 (or 0x212415) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 15. RGB value is (33,36,21). Sum of RGB (Red+Green+Blue) = 33+36+21=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #212415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212415 is #DEDBEA. Grayscale: #212121. Windows color (decimal): -14605291 or 1385505. OLE color: 1385505.

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

Color convert

RGB333621-
CMYK0.0800.420.86
HSL72º26.32%11.18%-
HSV(B)72º41.67%14.12%-
XYZ1.391.640.95-
YUV33.39121.01127.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=36.67%
G=40%
B=23.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336210.0800.420.867226.3211.18
Hex212415802A56481ab
Octal414425100521261103213
Binary100001100100101011000010101010101101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212415; }

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

 H1.HeaderClassName
 {
   color: #212415;
 }
 .AnyTagClassName
 {
   color: #212415;
 }
</style>
background-color css

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

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

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

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

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

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