#272C27

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

Shades of Gordons Green #272C27

Tints of Gordons Green #272C27

Color information

#272C27 (or 0x272C27) is unknown color: approx Gordons Green. HEX triplet: 27, 2C and 27. RGB value is (39,44,39). Sum of RGB (Red+Green+Blue) = 39+44+39=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 44 - color contains mainly: green. Hex color #272C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C27 is #D8D3D8. Grayscale: #292929. Windows color (decimal): -14210009 or 2567207. OLE color: 2567207.

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

Color convert

RGB394439-
CMYK0.1100.110.83
HSL120º6.02%16.27%-
HSV(B)120º11.36%17.25%-
XYZ2.12.382.27-
YUV41.93126.34125.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=31.97%
G=36.07%
B=31.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3944390.1100.110.831206.0216.27
Hex272C27B0B5378610
Octal47544713013123170620
Binary1001111011001001111011010111010011111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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