#26402B

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

Shades of Gordons Green #26402B

Tints of Gordons Green #26402B

Color information

#26402B (or 0x26402B) is unknown color: approx Gordons Green. HEX triplet: 26, 40 and 2B. RGB value is (38,64,43). Sum of RGB (Red+Green+Blue) = 38+64+43=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #26402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26402B is #D9BFD4. Grayscale: #353535. Windows color (decimal): -14270421 or 2834470. OLE color: 2834470.

HSL color Cylindrical-coordinate representation of color #26402B: hue angle of 131.54º 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 #26402B is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB386443-
CMYK0.4100.330.75
HSL131.54º25.49%20%-
HSV(B)131.54º40.62%25.1%-
XYZ3.074.252.94-
YUV53.83121.89116.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=26.21%
G=44.14%
B=29.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864430.4100.330.75131.5425.4920
Hex26402B290214B841914
Octal4610053510411132043124
Binary100110100000010101110100101000011001011100001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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