Html Css Color HEX #26422A Gordons Green

📋 copy color: '#26422A'

red 38 ◦ green 66 ◦ blue 42

#26422A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #26422A

Tints of Gordons Green #26422A

RGB

 RED value IS 38 (15.23% from 255) = 26.03%

 GREEN value IS 66 (26.17% from 255) = 45.21%

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 26.03%
G = 45.21%
B = 28.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#26422A (or 0x26422A) is known color: Gordons Green. HEX triplet: 26, 42 and 2A. RGB value is (38,66,42). Sum of RGB (Red+Green+Blue) = 38+66+42=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #26422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26422A is #D9BDD5. Grayscale: #363636. Windows color (decimal): -14269910 or 2769446. OLE color: 2769446.

HSL color Cylindrical-coordinate representation of color #26422A: hue angle of 128.57º 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 #26422A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 38 66 42 -
CMYK 0.42 0 0.36 0.74
HSL 128.57º 0.27% 0.2% -
HSV(B) 128.57º 0.42% 0.26% -
XYZ 3.17 4.48 2.89 -
YUV 54.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 38 66 42 0.42 0 0.36 0.74 128.57 0.27 0.2
Hex 26 42 2A 2A 0 24 4A 81 1B 14
Octal 46 102 52 52 0 44 112 201 33 24
Binary 100110 1000010 101010 101010 0 100100 1001010 10000001 11011 10100

Color Harmonies of #26422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26422A

Black with #26422A

Text Example


Text Example

White with #26422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26422A;
 }
 .AnyTagClassName
 {
   color: #26422A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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