#28721E

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

Shades of Japanese Laurel #28721E

Tints of Japanese Laurel #28721E

Color information

#28721E (or 0x28721E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 72 and 1E. RGB value is (40,114,30). Sum of RGB (Red+Green+Blue) = 40+114+30=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #28721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28721E is #D78DE1. Grayscale: #525252. Windows color (decimal): -14126562 or 1995304. OLE color: 1995304.

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

Color convert

RGB4011430-
CMYK0.6500.740.55
HSL112.86º58.33%28.24%-
HSV(B)112.86º73.68%44.71%-
XYZ7.1312.583.28-
YUV82.398.4897.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=21.74%
G=61.96%
B=16.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40114300.6500.740.55112.8658.3328.24
Hex28721E4104A37713a1c
Octal50162361010112671617234
Binary101000111001011110100000101001010110111111000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28721E; }

 p { color: rgb(40,114,30); }

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

<style>
 a { background-color: #28721E; }

 a { background-color: rgb(40,114,30); }

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

<style>
 span { border-color: #28721E; }

 span { border-color: rgb(40,114,30); }

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