#262826

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

Shades of Gordons Green #262826

Tints of Gordons Green #262826

Color information

#262826 (or 0x262826) is unknown color: approx Gordons Green. HEX triplet: 26, 28 and 26. RGB value is (38,40,38). Sum of RGB (Red+Green+Blue) = 38+40+38=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 40 - color contains mainly: green. Hex color #262826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262826 is #D9D7D9. Grayscale: #272727. Windows color (decimal): -14276570 or 2500646. OLE color: 2500646.

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

Color convert

RGB384038-
CMYK0.0500.050.84
HSL120º2.56%15.29%-
HSV(B)120º5%15.69%-
XYZ1.912.072.13-
YUV39.17127.34127.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=32.76%
G=34.48%
B=32.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840380.0500.050.841202.5615.29
Hex26282650554783f
Octal465046505124170317
Binary100110101000100110101010110101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262826; }

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

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

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

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

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

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

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

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