#28442A

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

Shades of Myrtle #28442A

Tints of Myrtle #28442A

Color information

#28442A (or 0x28442A) is unknown color: approx Myrtle. HEX triplet: 28, 44 and 2A. RGB value is (40,68,42). Sum of RGB (Red+Green+Blue) = 40+68+42=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #28442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28442A is #D7BBD5. Grayscale: #383838. Windows color (decimal): -14138326 or 2769960. OLE color: 2769960.

HSL color Cylindrical-coordinate representation of color #28442A: hue angle of 124.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #28442A is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB406842-
CMYK0.4100.380.73
HSL124.29º25.93%21.18%-
HSV(B)124.29º41.18%26.67%-
XYZ3.364.752.93-
YUV56.66119.72116.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=26.67%
G=45.33%
B=28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4068420.4100.380.73124.2925.9321.18
Hex28442A29026497c1a15
Octal5010452510461111743225
Binary10100010001001010101010010100110100100111111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28442A; }

 p { color: rgb(40,68,42); }

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

<style>
 a { background-color: #28442A; }

 a { background-color: rgb(40,68,42); }

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

<style>
 span { border-color: #28442A; }

 span { border-color: rgb(40,68,42); }

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