#26280A

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

Shades of Green Waterloo #26280A

Tints of Green Waterloo #26280A

Color information

#26280A (or 0x26280A) is unknown color: approx Green Waterloo. HEX triplet: 26, 28 and 0A. RGB value is (38,40,10). Sum of RGB (Red+Green+Blue) = 38+40+10=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #26280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26280A is #D9D7F5. Grayscale: #242424. Windows color (decimal): -14276598 or 665638. OLE color: 665638.

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

Color convert

RGB384010-
CMYK0.0500.750.84
HSL64º60%9.8%-
HSV(B)64º75%15.69%-
XYZ1.611.950.58-
YUV35.98113.34129.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=43.18%
G=45.45%
B=11.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840100.0500.750.8464609.8
Hex2628A504B54403ca
Octal465012501131241007412
Binary100110101000101010101001011101010010000001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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