#272D27

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

Shades of Gordons Green #272D27

Tints of Gordons Green #272D27

Color information

#272D27 (or 0x272D27) is unknown color: approx Gordons Green. HEX triplet: 27, 2D and 27. RGB value is (39,45,39). Sum of RGB (Red+Green+Blue) = 39+45+39=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #272D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D27 is #D8D2D8. Grayscale: #2A2A2A. Windows color (decimal): -14209753 or 2567463. OLE color: 2567463.

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

Color convert

RGB394539-
CMYK0.1300.130.82
HSL120º7.14%16.47%-
HSV(B)120º13.33%17.65%-
XYZ2.142.452.28-
YUV42.52126.01125.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=31.71%
G=36.59%
B=31.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3945390.1300.130.821207.1416.47
Hex272D27D0D5278710
Octal47554715015122170720
Binary1001111011011001111101011011010010111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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