#262C11

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

Shades of Green Waterloo #262C11

Tints of Green Waterloo #262C11

Color information

#262C11 (or 0x262C11) is unknown color: approx Green Waterloo. HEX triplet: 26, 2C and 11. RGB value is (38,44,17). Sum of RGB (Red+Green+Blue) = 38+44+17=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #262C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262C11 is #D9D3EE. Grayscale: #272727. Windows color (decimal): -14275567 or 1125414. OLE color: 1125414.

HSL color Cylindrical-coordinate representation of color #262C11: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262C11 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB384417-
CMYK0.1400.610.83
HSL73.33º44.26%11.96%-
HSV(B)73.33º61.36%17.25%-
XYZ1.82.250.87-
YUV39.13115.51127.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 44 (17.58% from 255) = 44.44%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=38.38%
G=44.44%
B=17.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3844170.1400.610.8373.3344.2611.96
Hex262C11E03D53492cc
Octal465421160751231115414
Binary1001101011001000111100111101101001110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262C11; }

 p { color: rgb(38,44,17); }

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

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

 a { background-color: rgb(38,44,17); }

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

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

 span { border-color: rgb(38,44,17); }

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