#272F28

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

Shades of Gordons Green #272F28

Tints of Gordons Green #272F28

Color information

#272F28 (or 0x272F28) is unknown color: approx Gordons Green. HEX triplet: 27, 2F and 28. RGB value is (39,47,40). Sum of RGB (Red+Green+Blue) = 39+47+40=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 47 - color contains mainly: green. Hex color #272F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F28 is #D8D0D7. Grayscale: #2B2B2B. Windows color (decimal): -14209240 or 2633511. OLE color: 2633511.

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

Color convert

RGB394740-
CMYK0.1700.150.82
HSL127.5º9.3%16.86%-
HSV(B)127.5º17.02%18.43%-
XYZ2.242.622.39-
YUV43.81125.85124.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=30.95%
G=37.30%
B=31.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947400.1700.150.82127.59.316.86
Hex272F28110F527f911
Octal475750210171221771121
Binary100111101111101000100010111110100101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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