#28402C

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

Shades of Gordons Green #28402C

Tints of Gordons Green #28402C

Color information

#28402C (or 0x28402C) is unknown color: approx Gordons Green. HEX triplet: 28, 40 and 2C. RGB value is (40,64,44). Sum of RGB (Red+Green+Blue) = 40+64+44=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #28402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28402C is #D7BFD3. Grayscale: #363636. Windows color (decimal): -14139348 or 2900008. OLE color: 2900008.

HSL color Cylindrical-coordinate representation of color #28402C: hue angle of 130º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28402C is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB406444-
CMYK0.3800.310.75
HSL130º23.08%20.39%-
HSV(B)130º37.5%25.1%-
XYZ3.164.33.05-
YUV54.54122.05117.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=27.03%
G=43.24%
B=29.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064440.3800.310.7513023.0820.39
Hex28402C2601F4B821714
Octal5010054460371132022724
Binary10100010000001011001001100111111001011100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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