#28392B

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

Shades of Gordons Green #28392B

Tints of Gordons Green #28392B

Color information

#28392B (or 0x28392B) is unknown color: approx Gordons Green. HEX triplet: 28, 39 and 2B. RGB value is (40,57,43). Sum of RGB (Red+Green+Blue) = 40+57+43=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 57 - color contains mainly: green. Hex color #28392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392B is #D7C6D4. Grayscale: #323232. Windows color (decimal): -14141141 or 2832680. OLE color: 2832680.

HSL color Cylindrical-coordinate representation of color #28392B: hue angle of 130.59º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28392B is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB405743-
CMYK0.3000.250.78
HSL130.59º17.53%19.02%-
HSV(B)130.59º29.82%22.35%-
XYZ2.773.552.82-
YUV50.32123.87120.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.57%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=28.57%
G=40.71%
B=30.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4057430.3000.250.78130.5917.5319.02
Hex28392B1E0194E831213
Octal507153360311162032223
Binary101000111001101011111100110011001110100000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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