#26422B

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

Shades of Gordons Green #26422B

Tints of Gordons Green #26422B

Color information

#26422B (or 0x26422B) is unknown color: approx Gordons Green. HEX triplet: 26, 42 and 2B. RGB value is (38,66,43). Sum of RGB (Red+Green+Blue) = 38+66+43=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #26422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26422B is #D9BDD4. Grayscale: #373737. Windows color (decimal): -14269909 or 2834982. OLE color: 2834982.

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

Color convert

RGB386643-
CMYK0.4200.350.74
HSL130.71º26.92%20.39%-
HSV(B)130.71º42.42%25.88%-
XYZ3.184.482.98-
YUV55.01121.22115.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=25.85%
G=44.90%
B=29.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866430.4200.350.74130.7126.9220.39
Hex26422B2A0234A831b14
Octal4610253520431122033324
Binary100110100001010101110101001000111001010100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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