#28372C

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

Shades of Gordons Green #28372C

Tints of Gordons Green #28372C

Color information

#28372C (or 0x28372C) is unknown color: approx Gordons Green. HEX triplet: 28, 37 and 2C. RGB value is (40,55,44). Sum of RGB (Red+Green+Blue) = 40+55+44=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #28372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372C is #D7C8D3. Grayscale: #313131. Windows color (decimal): -14141652 or 2897704. OLE color: 2897704.

HSL color Cylindrical-coordinate representation of color #28372C: hue angle of 136º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28372C is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB405544-
CMYK0.2700.20.78
HSL136º15.79%18.63%-
HSV(B)136º27.27%21.57%-
XYZ2.73.372.89-
YUV49.26125.03121.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 55 (21.88% from 255) = 39.57%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=28.78%
G=39.57%
B=31.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4055440.2700.20.7813615.7918.63
Hex28372C1B0144E881013
Octal506754330241162102023
Binary101000110111101100110110101001001110100010001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28372C; }

 p { color: rgb(40,55,44); }

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

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

 a { background-color: rgb(40,55,44); }

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

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

 span { border-color: rgb(40,55,44); }

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