#28362B

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

Shades of Gordons Green #28362B

Tints of Gordons Green #28362B

Color information

#28362B (or 0x28362B) is unknown color: approx Gordons Green. HEX triplet: 28, 36 and 2B. RGB value is (40,54,43). Sum of RGB (Red+Green+Blue) = 40+54+43=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 54 - color contains mainly: green. Hex color #28362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28362B is #D7C9D4. Grayscale: #303030. Windows color (decimal): -14141909 or 2831912. OLE color: 2831912.

HSL color Cylindrical-coordinate representation of color #28362B: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #28362B is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB405443-
CMYK0.2600.200.79
HSL132.86º14.89%18.43%-
HSV(B)132.86º25.93%21.18%-
XYZ2.633.262.78-
YUV48.56124.86121.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=29.20%
G=39.42%
B=31.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4054430.2600.200.79132.8614.8918.43
Hex28362B1A0144F85f12
Octal506653320241172051722
Binary10100011011010101111010010100100111110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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