#28421D

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

Shades of Myrtle #28421D

Tints of Myrtle #28421D

Color information

#28421D (or 0x28421D) is unknown color: approx Myrtle. HEX triplet: 28, 42 and 1D. RGB value is (40,66,29). Sum of RGB (Red+Green+Blue) = 40+66+29=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #28421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28421D is #D7BDE2. Grayscale: #363636. Windows color (decimal): -14138851 or 1917480. OLE color: 1917480.

HSL color Cylindrical-coordinate representation of color #28421D: hue angle of 102.16º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28421D is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB406629-
CMYK0.3900.560.74
HSL102.16º38.95%18.63%-
HSV(B)102.16º56.06%25.88%-
XYZ3.054.441.86-
YUV54.01113.89118.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=29.63%
G=48.89%
B=21.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066290.3900.560.74102.1638.9518.63
Hex28421D270384A662713
Octal5010235470701121464723
Binary10100010000101110110011101110001001010110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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