#26290B

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

Shades of Green Waterloo #26290B

Tints of Green Waterloo #26290B

Color information

#26290B (or 0x26290B) is unknown color: approx Green Waterloo. HEX triplet: 26, 29 and 0B. RGB value is (38,41,11). Sum of RGB (Red+Green+Blue) = 38+41+11=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #26290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26290B is #D9D6F4. Grayscale: #242424. Windows color (decimal): -14276341 or 731430. OLE color: 731430.

HSL color Cylindrical-coordinate representation of color #26290B: hue angle of 66º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26290B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB384111-
CMYK0.0700.730.84
HSL66º57.69%10.2%-
HSV(B)66º73.17%16.08%-
XYZ1.652.020.62-
YUV36.68113.51128.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=42.22%
G=45.56%
B=12.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841110.0700.730.846657.6910.2
Hex2629B704954423aa
Octal465113701111241027212
Binary100110101001101111101001001101010010000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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