#273027

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

Shades of Gordons Green #273027

Tints of Gordons Green #273027

Color information

#273027 (or 0x273027) is unknown color: approx Gordons Green. HEX triplet: 27, 30 and 27. RGB value is (39,48,39). Sum of RGB (Red+Green+Blue) = 39+48+39=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #273027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273027 is #D8CFD8. Grayscale: #2C2C2C. Windows color (decimal): -14208985 or 2568231. OLE color: 2568231.

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

Color convert

RGB394839-
CMYK0.1900.190.81
HSL120º10.34%17.06%-
HSV(B)120º18.75%18.82%-
XYZ2.262.692.32-
YUV44.28125.02124.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=30.95%
G=38.10%
B=30.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948390.1900.190.8112010.3417.06
Hex273027130135178a11
Octal476047230231211701221
Binary1001111100001001111001101001110100011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273027; }

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

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

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

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

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

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

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

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