#273A2A

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

Shades of Gordons Green #273A2A

Tints of Gordons Green #273A2A

Color information

#273A2A (or 0x273A2A) is unknown color: approx Gordons Green. HEX triplet: 27, 3A and 2A. RGB value is (39,58,42). Sum of RGB (Red+Green+Blue) = 39+58+42=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #273A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A2A is #D8C5D5. Grayscale: #323232. Windows color (decimal): -14206422 or 2767399. OLE color: 2767399.

HSL color Cylindrical-coordinate representation of color #273A2A: hue angle of 129.47º 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 #273A2A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB395842-
CMYK0.3300.280.77
HSL129.47º19.59%19.02%-
HSV(B)129.47º32.76%22.75%-
XYZ2.773.622.74-
YUV50.5123.21119.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.06%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=28.06%
G=41.73%
B=30.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3958420.3300.280.77129.4719.5919.02
Hex273A2A2101C4D811413
Octal477252410341152012423
Binary1001111110101010101000010111001001101100000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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