#28312B

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

Shades of Holly #28312B

Tints of Holly #28312B

Color information

#28312B (or 0x28312B) is unknown color: approx Holly. HEX triplet: 28, 31 and 2B. RGB value is (40,49,43). Sum of RGB (Red+Green+Blue) = 40+49+43=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #28312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312B is #D7CED4. Grayscale: #2D2D2D. Windows color (decimal): -14143189 or 2830632. OLE color: 2830632.

HSL color Cylindrical-coordinate representation of color #28312B: hue angle of 140º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312B is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB404943-
CMYK0.1800.120.81
HSL140º10.11%17.45%-
HSV(B)140º18.37%19.22%-
XYZ2.412.822.7-
YUV45.62126.52123.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.30%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=30.30%
G=37.12%
B=32.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049430.1800.120.8114010.1117.45
Hex28312B120C518ca11
Octal506153220141212141221
Binary1010001100011010111001001100101000110001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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