#28731F

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

Shades of Japanese Laurel #28731F

Tints of Japanese Laurel #28731F

Color information

#28731F (or 0x28731F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 73 and 1F. RGB value is (40,115,31). Sum of RGB (Red+Green+Blue) = 40+115+31=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #28731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28731F is #D78CE0. Grayscale: #535353. Windows color (decimal): -14126305 or 2061096. OLE color: 2061096.

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

Color convert

RGB4011531-
CMYK0.6500.730.55
HSL113.57º57.53%28.63%-
HSV(B)113.57º73.04%45.1%-
XYZ7.2512.813.39-
YUV8398.6597.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 115 (45.31% from 255) = 61.83%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=21.51%
G=61.83%
B=16.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40115310.6500.730.55113.5757.5328.63
Hex28731F4104937723a1d
Octal50163371010111671627235
Binary101000111001111111100000101001001110111111001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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