#26402D

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

Shades of Gordons Green #26402D

Tints of Gordons Green #26402D

Color information

#26402D (or 0x26402D) is unknown color: approx Gordons Green. HEX triplet: 26, 40 and 2D. RGB value is (38,64,45). Sum of RGB (Red+Green+Blue) = 38+64+45=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #26402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26402D is #D9BFD2. Grayscale: #363636. Windows color (decimal): -14270419 or 2965542. OLE color: 2965542.

HSL color Cylindrical-coordinate representation of color #26402D: hue angle of 136.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #26402D is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB386445-
CMYK0.4100.300.75
HSL136.15º25.49%20%-
HSV(B)136.15º40.62%25.1%-
XYZ3.114.273.14-
YUV54.06122.89116.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=25.85%
G=43.54%
B=30.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864450.4100.300.75136.1525.4920
Hex26402D2901E4B881914
Octal4610055510361132103124
Binary10011010000001011011010010111101001011100010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26402D; }

 p { color: rgb(38,64,45); }

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

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

 a { background-color: rgb(38,64,45); }

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

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

 span { border-color: rgb(38,64,45); }

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