Html Css Color HEX #263128 Gordons Green

📋 copy color: '#263128'

red 38 ◦ green 49 ◦ blue 40

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

Shades of Gordons Green #263128

Tints of Gordons Green #263128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 29.92%
G = 38.58%
B = 31.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#263128 (or 0x263128) is known color: Gordons Green. HEX triplet: 26, 31 and 28. RGB value is (38,49,40). Sum of RGB (Red+Green+Blue) = 38+49+40=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #263128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263128 is #D9CED7. Grayscale: #2C2C2C. Windows color (decimal): -14274264 or 2634022. OLE color: 2634022.

HSL color Cylindrical-coordinate representation of color #263128: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #263128 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 49 40 -
CMYK 0.22 0 0.18 0.81
HSL 130.91º 0.13% 0.17% -
HSV(B) 130.91º 0.22% 0.19% -
XYZ 2.28 2.76 2.42 -
YUV 44.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 38 49 40 0.22 0 0.18 0.81 130.91 0.13 0.17
Hex 26 31 28 16 0 12 51 83 D 11
Octal 46 61 50 26 0 22 121 203 15 21
Binary 100110 110001 101000 10110 0 10010 1010001 10000011 1101 10001

Color Harmonies of #263128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263128

Black with #263128

Text Example


Text Example

White with #263128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263128; }

 p { color: rgb(38,49,40); }

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

background-color css

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

 a { background-color: rgb(38,49,40); }

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

border-color css

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

 span { border-color: rgb(38,49,40); }

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