#26280C

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

Shades of Green Waterloo #26280C

Tints of Green Waterloo #26280C

Color information

#26280C (or 0x26280C) is unknown color: approx Green Waterloo. HEX triplet: 26, 28 and 0C. RGB value is (38,40,12). Sum of RGB (Red+Green+Blue) = 38+40+12=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #26280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26280C is #D9D7F3. Grayscale: #242424. Windows color (decimal): -14276596 or 796710. OLE color: 796710.

HSL color Cylindrical-coordinate representation of color #26280C: hue angle of 64.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26280C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB384012-
CMYK0.0500.700.84
HSL64.29º53.85%10.2%-
HSV(B)64.29º70%15.69%-
XYZ1.621.960.64-
YUV36.21114.34129.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=42.22%
G=44.44%
B=13.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840120.0500.700.8464.2953.8510.2
Hex2628C5046544036a
Octal465014501061241006612
Binary100110101000110010101000110101010010000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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