#28402B

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

Shades of Gordons Green #28402B

Tints of Gordons Green #28402B

Color information

#28402B (or 0x28402B) is unknown color: approx Gordons Green. HEX triplet: 28, 40 and 2B. RGB value is (40,64,43). Sum of RGB (Red+Green+Blue) = 40+64+43=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #28402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28402B is #D7BFD4. Grayscale: #363636. Windows color (decimal): -14139349 or 2834472. OLE color: 2834472.

HSL color Cylindrical-coordinate representation of color #28402B: hue angle of 127.5º 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 #28402B is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB406443-
CMYK0.3800.330.75
HSL127.5º23.08%20.39%-
HSV(B)127.5º37.5%25.1%-
XYZ3.144.292.95-
YUV54.43121.55117.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=27.21%
G=43.54%
B=29.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064430.3800.330.75127.523.0820.39
Hex28402B260214B7f1714
Octal5010053460411131772724
Binary10100010000001010111001100100001100101111111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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