#287620

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

Shades of Japanese Laurel #287620

Tints of Japanese Laurel #287620

Color information

#287620 (or 0x287620) is unknown color: approx Japanese Laurel. HEX triplet: 28, 76 and 20. RGB value is (40,118,32). Sum of RGB (Red+Green+Blue) = 40+118+32=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #287620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287620 is #D789DF. Grayscale: #555555. Windows color (decimal): -14125536 or 2127400. OLE color: 2127400.

HSL color Cylindrical-coordinate representation of color #287620: hue angle of 114.42º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287620 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB4011832-
CMYK0.6600.730.54
HSL114.42º57.33%29.41%-
HSV(B)114.42º72.88%46.27%-
XYZ7.6113.513.57-
YUV84.8798.1695.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=21.05%
G=62.11%
B=16.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118320.6600.730.54114.4257.3329.41
Hex287620420493672391d
Octal50166401020111661627135
Binary1010001110110100000100001001001001110110111001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287620; }

 p { color: rgb(40,118,32); }

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

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

 a { background-color: rgb(40,118,32); }

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

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

 span { border-color: rgb(40,118,32); }

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