#28352B

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

Shades of Gordons Green #28352B

Tints of Gordons Green #28352B

Color information

#28352B (or 0x28352B) is unknown color: approx Gordons Green. HEX triplet: 28, 35 and 2B. RGB value is (40,53,43). Sum of RGB (Red+Green+Blue) = 40+53+43=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #28352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352B is #D7CAD4. Grayscale: #303030. Windows color (decimal): -14142165 or 2831656. OLE color: 2831656.

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

Color convert

RGB405343-
CMYK0.2500.190.79
HSL133.85º13.98%18.24%-
HSV(B)133.85º24.53%20.78%-
XYZ2.583.172.76-
YUV47.97125.19122.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=29.41%
G=38.97%
B=31.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053430.2500.190.79133.8513.9818.24
Hex28352B190134F86e12
Octal506553310231172061622
Binary10100011010110101111001010011100111110000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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