#273129

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

Shades of Gordons Green #273129

Tints of Gordons Green #273129

Color information

#273129 (or 0x273129) is unknown color: approx Gordons Green. HEX triplet: 27, 31 and 29. RGB value is (39,49,41). Sum of RGB (Red+Green+Blue) = 39+49+41=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #273129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273129 is #D8CED6. Grayscale: #2D2D2D. Windows color (decimal): -14208727 or 2699559. OLE color: 2699559.

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

Color convert

RGB394941-
CMYK0.2000.160.81
HSL132º11.36%17.25%-
HSV(B)132º20.41%19.22%-
XYZ2.342.792.51-
YUV45.1125.69123.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=30.23%
G=37.98%
B=31.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949410.2000.160.8113211.3617.25
Hex273129140105184b11
Octal476151240201212041321
Binary10011111000110100110100010000101000110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273129; }

 p { color: rgb(39,49,41); }

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

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

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

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

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

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

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