#28332B

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

Shades of Gordons Green #28332B

Tints of Gordons Green #28332B

Color information

#28332B (or 0x28332B) is unknown color: approx Gordons Green. HEX triplet: 28, 33 and 2B. RGB value is (40,51,43). Sum of RGB (Red+Green+Blue) = 40+51+43=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 51 - color contains mainly: green. Hex color #28332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28332B is #D7CCD4. Grayscale: #2E2E2E. Windows color (decimal): -14142677 or 2831144. OLE color: 2831144.

HSL color Cylindrical-coordinate representation of color #28332B: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28332B is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB405143-
CMYK0.2200.160.8
HSL136.36º12.09%17.84%-
HSV(B)136.36º21.57%20%-
XYZ2.492.992.73-
YUV46.8125.86123.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=29.85%
G=38.06%
B=32.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051430.2200.160.8136.3612.0917.84
Hex28332B160105088c12
Octal506353260201202101422
Binary10100011001110101110110010000101000010001000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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