#262C27

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

Shades of Gordons Green #262C27

Tints of Gordons Green #262C27

Color information

#262C27 (or 0x262C27) is unknown color: approx Gordons Green. HEX triplet: 26, 2C and 27. RGB value is (38,44,39). Sum of RGB (Red+Green+Blue) = 38+44+39=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 44 - color contains mainly: green. Hex color #262C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C27 is #D9D3D8. Grayscale: #292929. Windows color (decimal): -14275545 or 2567206. OLE color: 2567206.

HSL color Cylindrical-coordinate representation of color #262C27: hue angle of 130º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #262C27 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.

Color convert

RGB384439-
CMYK0.1400.110.83
HSL130º7.32%16.08%-
HSV(B)130º13.64%17.25%-
XYZ2.072.362.27-
YUV41.64126.51125.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=31.40%
G=36.36%
B=32.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3844390.1400.110.831307.3216.08
Hex262C27E0B5382710
Octal46544716013123202720
Binary10011010110010011111100101110100111000001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262C27; }

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

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

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

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

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

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

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

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