#26412A

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

Shades of Gordons Green #26412A

Tints of Gordons Green #26412A

Color information

#26412A (or 0x26412A) is unknown color: approx Gordons Green. HEX triplet: 26, 41 and 2A. RGB value is (38,65,42). Sum of RGB (Red+Green+Blue) = 38+65+42=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #26412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26412A is #D9BED5. Grayscale: #363636. Windows color (decimal): -14270166 or 2769190. OLE color: 2769190.

HSL color Cylindrical-coordinate representation of color #26412A: hue angle of 128.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26412A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB386542-
CMYK0.4200.350.75
HSL128.89º26.21%20.2%-
HSV(B)128.89º41.54%25.49%-
XYZ3.114.362.87-
YUV54.31121.05116.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=26.21%
G=44.83%
B=28.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865420.4200.350.75128.8926.2120.2
Hex26412A2A0234B811a14
Octal4610152520431132013224
Binary100110100000110101010101001000111001011100000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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