#28401D

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

Shades of Myrtle #28401D

Tints of Myrtle #28401D

Color information

#28401D (or 0x28401D) is unknown color: approx Myrtle. HEX triplet: 28, 40 and 1D. RGB value is (40,64,29). Sum of RGB (Red+Green+Blue) = 40+64+29=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #28401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28401D is #D7BFE2. Grayscale: #343434. Windows color (decimal): -14139363 or 1916968. OLE color: 1916968.

HSL color Cylindrical-coordinate representation of color #28401D: hue angle of 101.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28401D is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB406429-
CMYK0.3800.550.75
HSL101.14º37.63%18.24%-
HSV(B)101.14º54.69%25.1%-
XYZ2.934.211.82-
YUV52.83114.55118.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.08%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=30.08%
G=48.12%
B=21.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064290.3800.550.75101.1437.6318.24
Hex28401D260374B652612
Octal5010035460671131454622
Binary10100010000001110110011001101111001011110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,64,29); }

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

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

 a { background-color: rgb(40,64,29); }

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

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

 span { border-color: rgb(40,64,29); }

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