#21260C

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

Shades of Green Waterloo #21260C

Tints of Green Waterloo #21260C

Color information

#21260C (or 0x21260C) is unknown color: approx Green Waterloo. HEX triplet: 21, 26 and 0C. RGB value is (33,38,12). Sum of RGB (Red+Green+Blue) = 33+38+12=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #21260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260C is #DED9F3. Grayscale: #212121. Windows color (decimal): -14604788 or 796193. OLE color: 796193.

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

Color convert

RGB333812-
CMYK0.1300.680.85
HSL71.54º52%9.8%-
HSV(B)71.54º68.42%14.9%-
XYZ1.391.740.61-
YUV33.54115.84127.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=39.76%
G=45.78%
B=14.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338120.1300.680.8571.54529.8
Hex2126CD044554834a
Octal4146141501041251106412
Binary1000011001101100110101000100101010110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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