#28382D

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

Shades of Holly #28382D

Tints of Holly #28382D

Color information

#28382D (or 0x28382D) is unknown color: approx Holly. HEX triplet: 28, 38 and 2D. RGB value is (40,56,45). Sum of RGB (Red+Green+Blue) = 40+56+45=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #28382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28382D is #D7C7D2. Grayscale: #313131. Windows color (decimal): -14141395 or 2963496. OLE color: 2963496.

HSL color Cylindrical-coordinate representation of color #28382D: hue angle of 138.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #28382D is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB405645-
CMYK0.2900.200.78
HSL138.75º16.67%18.82%-
HSV(B)138.75º28.57%21.96%-
XYZ2.763.473.01-
YUV49.96125.2120.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.37%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=28.37%
G=39.72%
B=31.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4056450.2900.200.78138.7516.6718.82
Hex28382D1D0144E8b1113
Octal507055350241162132123
Binary101000111000101101111010101001001110100010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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