#28362D

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

Shades of Holly #28362D

Tints of Holly #28362D

Color information

#28362D (or 0x28362D) is unknown color: approx Holly. HEX triplet: 28, 36 and 2D. RGB value is (40,54,45). Sum of RGB (Red+Green+Blue) = 40+54+45=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #28362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28362D is #D7C9D2. Grayscale: #303030. Windows color (decimal): -14141907 or 2962984. OLE color: 2962984.

HSL color Cylindrical-coordinate representation of color #28362D: hue angle of 141.43º 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 #28362D is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB405445-
CMYK0.2600.170.79
HSL141.43º14.89%18.43%-
HSV(B)141.43º25.93%21.18%-
XYZ2.673.282.97-
YUV48.79125.86121.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=28.78%
G=38.85%
B=32.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4054450.2600.170.79141.4314.8918.43
Hex28362D1A0114F8df12
Octal506655320211172151722
Binary10100011011010110111010010001100111110001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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