#273A28

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

Shades of Gordons Green #273A28

Tints of Gordons Green #273A28

Color information

#273A28 (or 0x273A28) is unknown color: approx Gordons Green. HEX triplet: 27, 3A and 28. RGB value is (39,58,40). Sum of RGB (Red+Green+Blue) = 39+58+40=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #273A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A28 is #D8C5D7. Grayscale: #323232. Windows color (decimal): -14206424 or 2636327. OLE color: 2636327.

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

Color convert

RGB395840-
CMYK0.3300.310.77
HSL123.16º19.59%19.02%-
HSV(B)123.16º32.76%22.75%-
XYZ2.733.612.56-
YUV50.27122.21119.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 58 (23.05% from 255) = 42.34%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=28.47%
G=42.34%
B=29.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3958400.3300.310.77123.1619.5919.02
Hex273A282101F4D7b1413
Octal477250410371151732423
Binary100111111010101000100001011111100110111110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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