#263828

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

Shades of Gordons Green #263828

Tints of Gordons Green #263828

Color information

#263828 (or 0x263828) is unknown color: approx Gordons Green. HEX triplet: 26, 38 and 28. RGB value is (38,56,40). Sum of RGB (Red+Green+Blue) = 38+56+40=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #263828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263828 is #D9C7D7. Grayscale: #303030. Windows color (decimal): -14272472 or 2635814. OLE color: 2635814.

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

Color convert

RGB385640-
CMYK0.3200.290.78
HSL126.67º19.15%18.43%-
HSV(B)126.67º32.14%21.96%-
XYZ2.63.392.53-
YUV48.79123.04120.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=28.36%
G=41.79%
B=29.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3856400.3200.290.78126.6719.1518.43
Hex2638282001D4E7f1312
Octal467050400351161772322
Binary100110111000101000100000011101100111011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263828; }

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

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

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

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

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

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

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

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