#28342B

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

Shades of Gordons Green #28342B

Tints of Gordons Green #28342B

Color information

#28342B (or 0x28342B) is unknown color: approx Gordons Green. HEX triplet: 28, 34 and 2B. RGB value is (40,52,43). Sum of RGB (Red+Green+Blue) = 40+52+43=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #28342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342B is #D7CBD4. Grayscale: #2F2F2F. Windows color (decimal): -14142421 or 2831400. OLE color: 2831400.

HSL color Cylindrical-coordinate representation of color #28342B: hue angle of 135º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28342B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB405243-
CMYK0.2300.170.80
HSL135º13.04%18.04%-
HSV(B)135º23.08%20.39%-
XYZ2.543.082.75-
YUV47.39125.52122.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=29.63%
G=38.52%
B=31.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052430.2300.170.8013513.0418.04
Hex28342B170115087d12
Octal506453270211202071522
Binary10100011010010101110111010001101000010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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