#263127

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

Shades of Gordons Green #263127

Tints of Gordons Green #263127

Color information

#263127 (or 0x263127) is unknown color: approx Gordons Green. HEX triplet: 26, 31 and 27. RGB value is (38,49,39). Sum of RGB (Red+Green+Blue) = 38+49+39=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #263127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263127 is #D9CED8. Grayscale: #2C2C2C. Windows color (decimal): -14274265 or 2568486. OLE color: 2568486.

HSL color Cylindrical-coordinate representation of color #263127: hue angle of 125.45º 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 #263127 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB384939-
CMYK0.2200.200.81
HSL125.45º12.64%17.06%-
HSV(B)125.45º22.45%19.22%-
XYZ2.262.762.33-
YUV44.57124.86123.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=30.16%
G=38.89%
B=30.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849390.2200.200.81125.4512.6417.06
Hex26312716014517dd11
Octal466147260241211751521
Binary1001101100011001111011001010010100011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263127; }

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

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

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

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

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

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

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

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