#21260D

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

Shades of Green Waterloo #21260D

Tints of Green Waterloo #21260D

Color information

#21260D (or 0x21260D) is unknown color: approx Green Waterloo. HEX triplet: 21, 26 and 0D. RGB value is (33,38,13). Sum of RGB (Red+Green+Blue) = 33+38+13=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #21260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260D is #DED9F2. Grayscale: #212121. Windows color (decimal): -14604787 or 861729. OLE color: 861729.

HSL color Cylindrical-coordinate representation of color #21260D: hue angle of 72º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21260D is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB333813-
CMYK0.1300.660.85
HSL72º49.02%10%-
HSV(B)72º65.79%14.9%-
XYZ1.391.740.64-
YUV33.65116.34127.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 38 (15.23% from 255) = 45.24%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=39.29%
G=45.24%
B=15.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338130.1300.660.857249.0210
Hex2126DD042554831a
Octal4146151501021251106112
Binary1000011001101101110101000010101010110010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21260D; }

 p { color: rgb(33,38,13); }

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

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

 a { background-color: rgb(33,38,13); }

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

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

 span { border-color: rgb(33,38,13); }

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