#262812

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

Shades of Green Waterloo #262812

Tints of Green Waterloo #262812

Color information

#262812 (or 0x262812) is unknown color: approx Green Waterloo. HEX triplet: 26, 28 and 12. RGB value is (38,40,18). Sum of RGB (Red+Green+Blue) = 38+40+18=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #262812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262812 is #D9D7ED. Grayscale: #242424. Windows color (decimal): -14276590 or 1189926. OLE color: 1189926.

HSL color Cylindrical-coordinate representation of color #262812: hue angle of 65.45º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #262812 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB384018-
CMYK0.0500.550.84
HSL65.45º37.93%11.37%-
HSV(B)65.45º55%15.69%-
XYZ1.671.970.87-
YUV36.89117.34128.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=39.58%
G=41.67%
B=18.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840180.0500.550.8465.4537.9311.37
Hex2628125037544126b
Octal46502250671241014613
Binary100110101000100101010110111101010010000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262812; }

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

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

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

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

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

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

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

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