#21260A

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

Shades of Green Waterloo #21260A

Tints of Green Waterloo #21260A

Color information

#21260A (or 0x21260A) is unknown color: approx Green Waterloo. HEX triplet: 21, 26 and 0A. RGB value is (33,38,10). Sum of RGB (Red+Green+Blue) = 33+38+10=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #21260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260A is #DED9F5. Grayscale: #212121. Windows color (decimal): -14604790 or 665121. OLE color: 665121.

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

Color convert

RGB333810-
CMYK0.1300.740.85
HSL70.71º58.33%9.41%-
HSV(B)70.71º73.68%14.9%-
XYZ1.381.730.55-
YUV33.31114.84127.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=40.74%
G=46.91%
B=12.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338100.1300.740.8570.7158.339.41
Hex2126AD04A55473a9
Octal4146121501121251077211
Binary1000011001101010110101001010101010110001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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