#262912

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

Shades of Green Waterloo #262912

Tints of Green Waterloo #262912

Color information

#262912 (or 0x262912) is unknown color: approx Green Waterloo. HEX triplet: 26, 29 and 12. RGB value is (38,41,18). Sum of RGB (Red+Green+Blue) = 38+41+18=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #262912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262912 is #D9D6ED. Grayscale: #252525. Windows color (decimal): -14276334 or 1190182. OLE color: 1190182.

HSL color Cylindrical-coordinate representation of color #262912: hue angle of 67.83º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #262912 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB384118-
CMYK0.0700.560.84
HSL67.83º38.98%11.57%-
HSV(B)67.83º56.1%16.08%-
XYZ1.72.040.88-
YUV37.48117.01128.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=39.18%
G=42.27%
B=18.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841180.0700.560.8467.8338.9811.57
Hex2629127038544427c
Octal46512270701241044714
Binary100110101001100101110111000101010010001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262912; }

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

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

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

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

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

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

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

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