#28372A

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

Shades of Gordons Green #28372A

Tints of Gordons Green #28372A

Color information

#28372A (or 0x28372A) is unknown color: approx Gordons Green. HEX triplet: 28, 37 and 2A. RGB value is (40,55,42). Sum of RGB (Red+Green+Blue) = 40+55+42=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #28372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372A is #D7C8D5. Grayscale: #313131. Windows color (decimal): -14141654 or 2766632. OLE color: 2766632.

HSL color Cylindrical-coordinate representation of color #28372A: hue angle of 128º 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 #28372A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB405542-
CMYK0.2700.240.78
HSL128º15.79%18.63%-
HSV(B)128º27.27%21.57%-
XYZ2.663.352.7-
YUV49.03124.03121.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=29.20%
G=40.15%
B=30.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4055420.2700.240.7812815.7918.63
Hex28372A1B0184E801013
Octal506752330301162002023
Binary101000110111101010110110110001001110100000001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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