#28601D

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

Shades of Myrtle #28601D

Tints of Myrtle #28601D

Color information

#28601D (or 0x28601D) is unknown color: approx Myrtle. HEX triplet: 28, 60 and 1D. RGB value is (40,96,29). Sum of RGB (Red+Green+Blue) = 40+96+29=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #28601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28601D is #D79FE2. Grayscale: #474747. Windows color (decimal): -14131171 or 1925160. OLE color: 1925160.

HSL color Cylindrical-coordinate representation of color #28601D: hue angle of 110.15º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28601D is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB409629-
CMYK0.5800.700.62
HSL110.15º53.6%24.51%-
HSV(B)110.15º69.79%37.65%-
XYZ5.288.912.6-
YUV71.62103.95105.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=24.24%
G=58.18%
B=17.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096290.5800.700.62110.1553.624.51
Hex28601D3A0463E6e3619
Octal5014035720106761566631
Binary10100011000001110111101001000110111110110111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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