#273128

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

Shades of Gordons Green #273128

Tints of Gordons Green #273128

Color information

#273128 (or 0x273128) is unknown color: approx Gordons Green. HEX triplet: 27, 31 and 28. RGB value is (39,49,40). Sum of RGB (Red+Green+Blue) = 39+49+40=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #273128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273128 is #D8CED7. Grayscale: #2D2D2D. Windows color (decimal): -14208728 or 2634023. OLE color: 2634023.

HSL color Cylindrical-coordinate representation of color #273128: hue angle of 126º 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 #273128 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB394940-
CMYK0.2000.180.81
HSL126º11.36%17.25%-
HSV(B)126º20.41%19.22%-
XYZ2.322.782.42-
YUV44.98125.19123.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=30.47%
G=38.28%
B=31.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949400.2000.180.8112611.3617.25
Hex27312814012517eb11
Octal476150240221211761321
Binary1001111100011010001010001001010100011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273128; }

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

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

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

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

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

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

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

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