#26432A

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

Shades of Gordons Green #26432A

Tints of Gordons Green #26432A

Color information

#26432A (or 0x26432A) is unknown color: approx Gordons Green. HEX triplet: 26, 43 and 2A. RGB value is (38,67,42). Sum of RGB (Red+Green+Blue) = 38+67+42=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #26432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26432A is #D9BCD5. Grayscale: #373737. Windows color (decimal): -14269654 or 2769702. OLE color: 2769702.

HSL color Cylindrical-coordinate representation of color #26432A: hue angle of 128.28º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #26432A is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB386742-
CMYK0.4300.370.74
HSL128.28º27.62%20.59%-
HSV(B)128.28º43.28%26.27%-
XYZ3.224.592.91-
YUV55.48120.39115.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=25.85%
G=45.58%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3867420.4300.370.74128.2827.6220.59
Hex26432A2B0254A801c15
Octal4610352530451122003425
Binary100110100001110101010101101001011001010100000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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