#273529

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

Shades of Gordons Green #273529

Tints of Gordons Green #273529

Color information

#273529 (or 0x273529) is unknown color: approx Gordons Green. HEX triplet: 27, 35 and 29. RGB value is (39,53,41). Sum of RGB (Red+Green+Blue) = 39+53+41=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #273529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273529 is #D8CAD6. Grayscale: #2F2F2F. Windows color (decimal): -14207703 or 2700583. OLE color: 2700583.

HSL color Cylindrical-coordinate representation of color #273529: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #273529 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB395341-
CMYK0.2600.230.79
HSL128.57º15.22%18.04%-
HSV(B)128.57º26.42%20.78%-
XYZ2.513.142.57-
YUV47.45124.36121.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=29.32%
G=39.85%
B=30.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3953410.2600.230.79128.5715.2218.04
Hex2735291A0174F81f12
Octal476551320271172011722
Binary10011111010110100111010010111100111110000001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273529; }

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

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

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

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

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

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

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

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