#263328

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

Shades of Gordons Green #263328

Tints of Gordons Green #263328

Color information

#263328 (or 0x263328) is unknown color: approx Gordons Green. HEX triplet: 26, 33 and 28. RGB value is (38,51,40). Sum of RGB (Red+Green+Blue) = 38+51+40=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #263328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263328 is #D9CCD7. Grayscale: #2D2D2D. Windows color (decimal): -14273752 or 2634534. OLE color: 2634534.

HSL color Cylindrical-coordinate representation of color #263328: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #263328 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB385140-
CMYK0.2500.220.8
HSL129.23º14.61%17.45%-
HSV(B)129.23º25.49%20%-
XYZ2.372.932.45-
YUV45.86124.69122.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=29.46%
G=39.53%
B=31.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851400.2500.220.8129.2314.6117.45
Hex263328190165081f11
Octal466350310261202011721
Binary10011011001110100011001010110101000010000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263328; }

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

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

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

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

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

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

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

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