#263128

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

Shades of Gordons Green #263128

Tints of Gordons Green #263128

Color information

#263128 (or 0x263128) is unknown color: approx Gordons Green. HEX triplet: 26, 31 and 28. RGB value is (38,49,40). Sum of RGB (Red+Green+Blue) = 38+49+40=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #263128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263128 is #D9CED7. Grayscale: #2C2C2C. Windows color (decimal): -14274264 or 2634022. OLE color: 2634022.

HSL color Cylindrical-coordinate representation of color #263128: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #263128 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB384940-
CMYK0.2200.180.81
HSL130.91º12.64%17.06%-
HSV(B)130.91º22.45%19.22%-
XYZ2.282.762.42-
YUV44.68125.36123.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.92%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=29.92%
G=38.58%
B=31.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849400.2200.180.81130.9112.6417.06
Hex263128160125183d11
Octal466150260221212031521
Binary10011011000110100010110010010101000110000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263128; }

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

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

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

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

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

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

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

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