#28392F

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

Shades of Holly #28392F

Tints of Holly #28392F

Color information

#28392F (or 0x28392F) is unknown color: approx Holly. HEX triplet: 28, 39 and 2F. RGB value is (40,57,47). Sum of RGB (Red+Green+Blue) = 40+57+47=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #28392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392F is #D7C6D0. Grayscale: #323232. Windows color (decimal): -14141137 or 3094824. OLE color: 3094824.

HSL color Cylindrical-coordinate representation of color #28392F: hue angle of 144.71º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28392F is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB405747-
CMYK0.3000.180.78
HSL144.71º17.53%19.02%-
HSV(B)144.71º29.82%22.35%-
XYZ2.853.583.23-
YUV50.78125.87120.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.78%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=27.78%
G=39.58%
B=32.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4057470.3000.180.78144.7117.5319.02
Hex28392F1E0124E911213
Octal507157360221162212223
Binary101000111001101111111100100101001110100100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28392F; }

 p { color: rgb(40,57,47); }

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

<style>
 a { background-color: #28392F; }

 a { background-color: rgb(40,57,47); }

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

<style>
 span { border-color: #28392F; }

 span { border-color: rgb(40,57,47); }

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