#287520

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

Shades of Japanese Laurel #287520

Tints of Japanese Laurel #287520

Color information

#287520 (or 0x287520) is unknown color: approx Japanese Laurel. HEX triplet: 28, 75 and 20. RGB value is (40,117,32). Sum of RGB (Red+Green+Blue) = 40+117+32=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #287520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287520 is #D78ADF. Grayscale: #545454. Windows color (decimal): -14125792 or 2127144. OLE color: 2127144.

HSL color Cylindrical-coordinate representation of color #287520: hue angle of 114.35º 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 #287520 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB4011732-
CMYK0.6600.730.54
HSL114.35º57.05%29.22%-
HSV(B)114.35º72.65%45.88%-
XYZ7.513.283.53-
YUV84.2998.4996.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 117 (46.09% from 255) = 61.90%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=21.16%
G=61.90%
B=16.93%

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
Decimal40117320.6600.730.54114.3557.0529.22
Hex287520420493672391d
Octal50165401020111661627135
Binary1010001110101100000100001001001001110110111001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287520; }

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

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

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

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

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

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

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

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