#26392A

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

Shades of Gordons Green #26392A

Tints of Gordons Green #26392A

Color information

#26392A (or 0x26392A) is unknown color: approx Gordons Green. HEX triplet: 26, 39 and 2A. RGB value is (38,57,42). Sum of RGB (Red+Green+Blue) = 38+57+42=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #26392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26392A is #D9C6D5. Grayscale: #313131. Windows color (decimal): -14272214 or 2767142. OLE color: 2767142.

HSL color Cylindrical-coordinate representation of color #26392A: hue angle of 132.63º 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 #26392A is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB385742-
CMYK0.3300.260.78
HSL132.63º20%18.63%-
HSV(B)132.63º33.33%22.35%-
XYZ2.683.512.73-
YUV49.61123.71119.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=27.74%
G=41.61%
B=30.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857420.3300.260.78132.632018.63
Hex26392A2101A4E851413
Octal467152410321162052423
Binary1001101110011010101000010110101001110100001011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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