#287C38

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

Shades of Japanese Laurel #287C38

Tints of Japanese Laurel #287C38

Color information

#287C38 (or 0x287C38) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7C and 38. RGB value is (40,124,56). Sum of RGB (Red+Green+Blue) = 40+124+56=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #287C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C38 is #D783C7. Grayscale: #5B5B5B. Windows color (decimal): -14123976 or 3701800. OLE color: 3701800.

HSL color Cylindrical-coordinate representation of color #287C38: hue angle of 131.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C38 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB4012456-
CMYK0.6800.550.51
HSL131.43º51.22%32.16%-
HSV(B)131.43º67.74%48.63%-
XYZ8.815.156.2-
YUV91.13108.1791.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 124 (48.83% from 255) = 56.36%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=18.18%
G=56.36%
B=25.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40124560.6800.550.51131.4351.2232.16
Hex287C384403733833320
Octal5017470104067632036340
Binary10100011111001110001000100011011111001110000011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287C38; }

 p { color: rgb(40,124,56); }

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

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

 a { background-color: rgb(40,124,56); }

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

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

 span { border-color: rgb(40,124,56); }

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