#20260A

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

Shades of Green Waterloo #20260A

Tints of Green Waterloo #20260A

Color information

#20260A (or 0x20260A) is unknown color: approx Green Waterloo. HEX triplet: 20, 26 and 0A. RGB value is (32,38,10). Sum of RGB (Red+Green+Blue) = 32+38+10=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #20260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20260A is #DFD9F5. Grayscale: #212121. Windows color (decimal): -14670326 or 665120. OLE color: 665120.

HSL color Cylindrical-coordinate representation of color #20260A: hue angle of 72.86º 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 #20260A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB323810-
CMYK0.1600.740.85
HSL72.86º58.33%9.41%-
HSV(B)72.86º73.68%14.9%-
XYZ1.341.720.55-
YUV33.01115.01127.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=40%
G=47.5%
B=12.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3238100.1600.740.8572.8658.339.41
Hex2026A1004A55493a9
Octal4046122001121251117211
Binary10000010011010101000001001010101010110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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