#28731D

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

Shades of Japanese Laurel #28731D

Tints of Japanese Laurel #28731D

Color information

#28731D (or 0x28731D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 73 and 1D. RGB value is (40,115,29). Sum of RGB (Red+Green+Blue) = 40+115+29=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #28731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28731D is #D78CE2. Grayscale: #535353. Windows color (decimal): -14126307 or 1930024. OLE color: 1930024.

HSL color Cylindrical-coordinate representation of color #28731D: hue angle of 112.33º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28731D is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB4011529-
CMYK0.6500.750.55
HSL112.33º59.72%28.24%-
HSV(B)112.33º74.78%45.1%-
XYZ7.2312.83.25-
YUV82.7797.6597.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 115 (45.31% from 255) = 62.5%
BLUE value IS 29 (11.72% from 255) = 15.76%
R=21.74%
G=62.5%
B=15.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40115290.6500.750.55112.3359.7228.24
Hex28731D4104B37703c1c
Octal50163351010113671607434
Binary101000111001111101100000101001011110111111000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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