#262B10

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

Shades of Green Waterloo #262B10

Tints of Green Waterloo #262B10

Color information

#262B10 (or 0x262B10) is unknown color: approx Green Waterloo. HEX triplet: 26, 2B and 10. RGB value is (38,43,16). Sum of RGB (Red+Green+Blue) = 38+43+16=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 43 - color contains mainly: green. Hex color #262B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262B10 is #D9D4EF. Grayscale: #262626. Windows color (decimal): -14275824 or 1059622. OLE color: 1059622.

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

Color convert

RGB384316-
CMYK0.1200.630.83
HSL71.11º45.76%11.57%-
HSV(B)71.11º62.79%16.86%-
XYZ1.762.180.82-
YUV38.43115.34127.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 43 (17.19% from 255) = 44.33%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=39.18%
G=44.33%
B=16.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3843160.1200.630.8371.1145.7611.57
Hex262B10C03F53472ec
Octal465320140771231075614
Binary1001101010111000011000111111101001110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,16); }

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

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

 a { background-color: rgb(38,43,16); }

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

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

 span { border-color: rgb(38,43,16); }

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