#26392B

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

Shades of Gordons Green #26392B

Tints of Gordons Green #26392B

Color information

#26392B (or 0x26392B) is unknown color: approx Gordons Green. HEX triplet: 26, 39 and 2B. RGB value is (38,57,43). Sum of RGB (Red+Green+Blue) = 38+57+43=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #26392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26392B is #D9C6D4. Grayscale: #313131. Windows color (decimal): -14272213 or 2832678. OLE color: 2832678.

HSL color Cylindrical-coordinate representation of color #26392B: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #26392B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB385743-
CMYK0.3300.250.78
HSL135.79º20%18.63%-
HSV(B)135.79º33.33%22.35%-
XYZ2.73.512.82-
YUV49.72124.21119.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=27.54%
G=41.30%
B=31.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857430.3300.250.78135.792018.63
Hex26392B210194E881413
Octal467153410311162102423
Binary1001101110011010111000010110011001110100010001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26392B; }

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

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

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

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

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

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

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

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