#21260B

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

Shades of Green Waterloo #21260B

Tints of Green Waterloo #21260B

Color information

#21260B (or 0x21260B) is unknown color: approx Green Waterloo. HEX triplet: 21, 26 and 0B. RGB value is (33,38,11). Sum of RGB (Red+Green+Blue) = 33+38+11=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #21260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260B is #DED9F4. Grayscale: #212121. Windows color (decimal): -14604789 or 730657. OLE color: 730657.

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

Color convert

RGB333811-
CMYK0.1300.710.85
HSL71.11º55.1%9.61%-
HSV(B)71.11º71.05%14.9%-
XYZ1.381.730.58-
YUV33.43115.34127.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=40.24%
G=46.34%
B=13.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338110.1300.710.8571.1155.19.61
Hex2126BD047554737a
Octal4146131501071251076712
Binary1000011001101011110101000111101010110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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