#272827

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

Shades of Gordons Green #272827

Tints of Gordons Green #272827

Color information

#272827 (or 0x272827) is unknown color: approx Gordons Green. HEX triplet: 27, 28 and 27. RGB value is (39,40,39). Sum of RGB (Red+Green+Blue) = 39+40+39=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 40 - color contains mainly: green. Hex color #272827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272827 is #D8D7D8. Grayscale: #272727. Windows color (decimal): -14211033 or 2566183. OLE color: 2566183.

HSL color Cylindrical-coordinate representation of color #272827: hue angle of 120º degrees, saturation: 0.01, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #272827 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB394039-
CMYK0.0200.020.84
HSL120º1.27%15.49%-
HSV(B)120º2.5%15.69%-
XYZ1.962.12.22-
YUV39.59127.67127.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=33.05%
G=33.90%
B=33.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940390.0200.020.841201.2715.49
Hex27282720254781f
Octal475047202124170117
Binary100111101000100111100101010100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272827; }

 p { color: rgb(39,40,39); }

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

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

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

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

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

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

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