#21260E

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

Shades of Green Waterloo #21260E

Tints of Green Waterloo #21260E

Color information

#21260E (or 0x21260E) is unknown color: approx Green Waterloo. HEX triplet: 21, 26 and 0E. RGB value is (33,38,14). Sum of RGB (Red+Green+Blue) = 33+38+14=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #21260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21260E is #DED9F1. Grayscale: #212121. Windows color (decimal): -14604786 or 927265. OLE color: 927265.

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

Color convert

RGB333814-
CMYK0.1300.630.85
HSL72.5º46.15%10.2%-
HSV(B)72.5º63.16%14.9%-
XYZ1.41.740.68-
YUV33.77116.84127.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=38.82%
G=44.71%
B=16.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338140.1300.630.8572.546.1510.2
Hex2126ED03F55482ea
Octal414616150771251105612
Binary100001100110111011010111111101010110010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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