#273028

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

Shades of Gordons Green #273028

Tints of Gordons Green #273028

Color information

#273028 (or 0x273028) is unknown color: approx Gordons Green. HEX triplet: 27, 30 and 28. RGB value is (39,48,40). Sum of RGB (Red+Green+Blue) = 39+48+40=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #273028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273028 is #D8CFD7. Grayscale: #2C2C2C. Windows color (decimal): -14208984 or 2633767. OLE color: 2633767.

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

Color convert

RGB394840-
CMYK0.1900.170.81
HSL126.67º10.34%17.06%-
HSV(B)126.67º18.75%18.82%-
XYZ2.282.72.41-
YUV44.4125.52124.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=30.71%
G=37.80%
B=31.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948400.1900.170.81126.6710.3417.06
Hex27302813011517fa11
Octal476050230211211771221
Binary1001111100001010001001101000110100011111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273028; }

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

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

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

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

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

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

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

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