#273A2C

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

Shades of Gordons Green #273A2C

Tints of Gordons Green #273A2C

Color information

#273A2C (or 0x273A2C) is unknown color: approx Gordons Green. HEX triplet: 27, 3A and 2C. RGB value is (39,58,44). Sum of RGB (Red+Green+Blue) = 39+58+44=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #273A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A2C is #D8C5D3. Grayscale: #323232. Windows color (decimal): -14206420 or 2898471. OLE color: 2898471.

HSL color Cylindrical-coordinate representation of color #273A2C: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #273A2C is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB395844-
CMYK0.3300.240.77
HSL135.79º19.59%19.02%-
HSV(B)135.79º32.76%22.75%-
XYZ2.83.642.94-
YUV50.72124.21119.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=27.66%
G=41.13%
B=31.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3958440.3300.240.77135.7919.5919.02
Hex273A2C210184D881413
Octal477254410301152102423
Binary1001111110101011001000010110001001101100010001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A2C; }

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

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

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

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

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

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

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

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