#28302B

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

Shades of Holly #28302B

Tints of Holly #28302B

Color information

#28302B (or 0x28302B) is unknown color: approx Holly. HEX triplet: 28, 30 and 2B. RGB value is (40,48,43). Sum of RGB (Red+Green+Blue) = 40+48+43=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #28302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28302B is #D7CFD4. Grayscale: #2D2D2D. Windows color (decimal): -14143445 or 2830376. OLE color: 2830376.

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

Color convert

RGB404843-
CMYK0.1700.100.81
HSL142.5º9.09%17.25%-
HSV(B)142.5º16.67%18.82%-
XYZ2.372.742.69-
YUV45.04126.85124.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=30.53%
G=36.64%
B=32.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048430.1700.100.81142.59.0917.25
Hex28302B110A518e911
Octal506053210121212161121
Binary1010001100001010111000101010101000110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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