#26280B

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

Shades of Green Waterloo #26280B

Tints of Green Waterloo #26280B

Color information

#26280B (or 0x26280B) is unknown color: approx Green Waterloo. HEX triplet: 26, 28 and 0B. RGB value is (38,40,11). Sum of RGB (Red+Green+Blue) = 38+40+11=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #26280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26280B is #D9D7F4. Grayscale: #242424. Windows color (decimal): -14276597 or 731174. OLE color: 731174.

HSL color Cylindrical-coordinate representation of color #26280B: hue angle of 64.14º degrees, saturation: 0.57, 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 #26280B is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB384011-
CMYK0.0500.720.84
HSL64.14º56.86%10%-
HSV(B)64.14º72.5%15.69%-
XYZ1.621.950.61-
YUV36.1113.84129.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=42.70%
G=44.94%
B=12.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840110.0500.720.8464.1456.8610
Hex2628B5048544039a
Octal465013501101241007112
Binary100110101000101110101001000101010010000001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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