#272E28

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

Shades of Gordons Green #272E28

Tints of Gordons Green #272E28

Color information

#272E28 (or 0x272E28) is unknown color: approx Gordons Green. HEX triplet: 27, 2E and 28. RGB value is (39,46,40). Sum of RGB (Red+Green+Blue) = 39+46+40=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 46 - color contains mainly: green. Hex color #272E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E28 is #D8D1D7. Grayscale: #2B2B2B. Windows color (decimal): -14209496 or 2633255. OLE color: 2633255.

HSL color Cylindrical-coordinate representation of color #272E28: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272E28 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB394640-
CMYK0.1500.130.82
HSL128.57º8.24%16.67%-
HSV(B)128.57º15.22%18.04%-
XYZ2.22.542.38-
YUV43.22126.18124.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 40 (16.02% from 255) = 32%
R=31.2%
G=36.8%
B=32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3946400.1500.130.82128.578.2416.67
Hex272E28F0D5281811
Octal475650170151222011021
Binary100111101110101000111101101101001010000001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272E28; }

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

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

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

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

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

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

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

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